all your users see the latest version of the app. If you are on an Enterprise plan

hi,

from today this message appeared where is the stable version menu option:

“By default, all your users see the latest version of the app. If you are on an Enterprise plan, you can define a Stable Version instead”.

we have a core plan and therefore it seems that soon it will no longer be possible to modify the app while other users use it and then launch the stable version once the modifications are completed.

Can anyone confirm if there are other solutions to modify the app while other users use it and then show them the updates when the modifications are finished?

Also interested. What you can do as of now is to update the app outside of business hours then broadcast a notification with changes.

but if you work to an update for like a week or more time is not possible.

Well that’s a large amount of time.

An option would be to apply changes , and make them only visible to a test user (show if useremail() = “testuseremail”). It’s ok if it’s only for UX changes, but obviously limited if your data structure change.

Then another option for mass changes would be to make a clone app, make the changes within it and once done, apply them in the OG app within a short time frame. Most important would be to write all the changes in a doc. so that you easily reproduce them.

About the clone app, I did in the past (before I used latest and stable version), but every time i remember i had some DB problems or the user link to the app right?