I’ll start by saying this is my first web app and I am currently on the free basic plan.
I have a landing page with “sign up” and “log in” buttons. I also have a link to a subscriptions page. When testing in preview mode, If a “guest” comes to the site to my landing page, it does not log anyone in and does not show a user logged in, which is correct. but if they click on the subscriptions link, it takes them to that page and signs in a random user in my user db. I have tried clearing history/cookies, etc in chrome and in edge. I have tried a chrome incognito window. I have had a family member who has never logged in to bubble or been to the site try it from their PC with same result. Bubble AI tells me it is simply the test environment and “real” users will not see this when launched. Problem is I have elements dependent upon a user being logged in or not and I cannot test properly if it keeps logging in a random user. Other AI’s suggested disabling test users somewhere in general settings, but I am not seeing that option.
Any idea how to stop the random user being logged in in test?
Have you tried switching on the Step-by-step debug mode and clicking the button with the issue to make sure that no workflow is running?

What happened to me is when I deleted a workflow, undo, then redo, the workflow did not come back but is still running in the background as if it is there. What I did is delete the element that causes the issue and create a new one.
I did, yes. the workflow was just as expected, but still did not see the culprit. I has gone over all workflows multiple times, but have not found anything I wasn’t expecting. Thank you for the reply though.
When you say random user logged in….is this random user actually a user in the database? Is it always same user? Have you verified the user is logged in versus just having current user used throughout subscription section so it looks like a logged in user?
Remember even a guest is a user so sometimes seeing a unique ID on the user could throw us off.
Have you checked logs to verify an action actually runs to log a user in?
Did you build this yourself? Have AI build it? Started from a template?
Is there an action on subscription page for security? If not and that page is not where a user first subscribes and is instead a page for managing a subscription as a logged in user only you should add a workflow to redirect when user is logged out.
What type of information is visible on page? Is it some kind of flag to show something like ‘your current subscription’? If so it could just be showing an initial value based on a search with empty constraint (meaning search subscriptions with constraint current user value) and then first item so just always shows first item of a search with empty constraints.
Lots of possible reasons. If you want help feel free to send me a private message and in 5 - 10 minutes on a zoom call I’ll fix it for free. When first getting started learning bubble it’s difficult getting stuck on something like this.
Try turning ‘set cookies on new visitors by default’ off from general settings then checking again if the issue is happening.