Configuration deleted on push with float between 0 and 1

Hello,

I’m using Remote Config 1.0.9 and Unity 2019.3.13f1.

Everytime I push a float configuration with a value between 0 and 1, the following error is raised:

Failed to push remote config: HTTP/1.1 400 Bad Request
UnityEngine.Debug:LogWarning(Object)

After that, the configuration is deleted on the Remote Config dashboard, and any following push will throw the next warning:

Failed to push remote config: HTTP/1.1 404 Not Found. Error message:
{“code”:404,“message”:“Config not found.”}

Is this expected or a known bug?

You are using a rather old version of RC, please use a more recent version of RC, it’s working for me using small float values with the latest release

5832538--618667--FloatValue.png

Hi @

Hi,

I’ve updated to the lastest version, and now is working perfectly. The version that was initially installed was “2019.3 verified”, and that made me think it was the lastest stable version.

1 Like