I’m in the process of updating an app from one server to a new code base.
During the transition I want my old cloud app to stop running, but I don’t want to delete it in case I need to roll back, and reinstalling comes with a bunch of nightmare small tasks.
Is there an easy way to do this?
Make a change at the top of App.HandleURL to set the status to 404 and return true. Otherwise there is no “leave it on the server but disabled” functionality
1 Like
Lifeboat has “leave it on the server but disabled” functionality if you’re looking to switch
2 Likes
understood.