Username, password is asked for live site even though its setting is Off

Hi,

I have enabled username, password for my test environment. See attached screenshot.

In that, I also checked the option: Do not apply password for live but still it ask for username, password sometimes. Sometimes it works though.

I have checked in my live app. I have not used version-test or any other branch’s reference anywhere in my live app.

Did anyone notice such problem? If yes, how to solve this? Did I miss any other option here?

Thanks,

Jigar

@fede.bubble Could you please help for this?

Did you deploy to live after checking the box?

Yes, I did. Multiple times in fact…

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:

  1. 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.
  2. 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”.
  3. 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.
  4. 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.
  5. Bubble glitch rare, but it happens
    Toggling the dev password off → deploy → on → deploy again often clears whatever Bubble is stuck on.

This topic was automatically closed after 14 days. New replies are no longer allowed.