Cuba.webappurl property not saved in database on update

It works fine on localhost started from studio.

But in my deployed uberjar I can edit the property but after a refresh the old values is still there.

The timestamp is updated though, so something is being flushed to the database, but the value remains. other properties I tested work fine (eg. cuba.email)

Hi,

95% is that you have cuba.webAppUrl property defined in one of your app.properties files.

If it is so - then application property always takes precedence over the value stored in the database.