Hey Jigar, yeah, this pops up every now and then and it can be super confusing because it feels random.
When it still shows up randomly, it’s usually one of these things:
Browser caching the test-mode lock
Happens a lot. Try opening your live URL in an incognito window, if it works fine there, it’s just your browser holding onto the old redirect.
A hidden link/workflow pointing to the test version
Even one button, redirect, or plugin callback URL using version-test can trigger the test password screen on live. Worth doing a quick search in the editor for “version-test”.
Plugin OAuth redirect URLs
If you’re using Google, Microsoft, Stripe, etc., sometimes they hit the test redirect URL during token refresh. That can look like your live app is suddenly password-locked.
Custom domain or Cloudflare caching
If you’re using Cloudflare or a proxy, it can cache the locked version for a short time and serve it to you randomly.
Bubble glitch rare, but it happens
Toggling the dev password off → deploy → on → deploy again often clears whatever Bubble is stuck on.