Hello Bubble community,
I’m planning to set up an “Under Maintenance” feature for my app to handle potential issues post-launch (as it’s almost inevitable something will break at some point!).
I had a couple of ideas but wanted to check how secure and practical they might be:
- Full-Screen Popup: Displaying a fullscreen popup with no close button. However, it seems someone could inspect the page’s elements and easily dismiss it.
- Redirect on Page Load: Using a workflow like
When page is loaded and "under maintenance" is true → navigate to domain.com/under-maintenance
. Could tools like Burp Suite intercept this redirection and allow someone to remain on the original page?
(To add, i dont have elements visable when current user is not logged in so maybe do something with that workflow?)
How have you implemented or recommend handling this kind of feature in a secure way? Any tips would be greatly appreciated.
Thank you!