So please, I want to report an issue I am currently facing.
I recently built an MVP on Bubble, and I am performing stress testing on the website to spot bugs, but the test has been failing, simply because my Bubble website was set to run-mode and limiting access to run-mode with a username and password.
Because of this, I have not been able to successfully carry out the test on my bubble site.
Please, are there any ways I can turn off the run mode in my bubble editor because it’s not turning off? I don’t know why.
Are you on an agency plan? Also, change the ‘everyone can view’ to private. You should almost never have this set, and definitely never for a live app.
fyi if the app is protected by username and password you can access it directly or programmatically with this url pattern username:password@yourapp.com and you will not be asked to enter the password.