Current User data and list filters only update after manual page refresh following login

After logging out and logging into a different account in Bubble Mobile preview, Current User data does not fully refresh for filters until the preview page is manually refreshed. The same filters work correctly after refresh. Any idea why this happens?

The top screenshot shows the test text after login. The bottom screenshot is after the page is refreshed.

are you using custom states?

and how are you populating those data in the bottom screenshot?

I’m not using custom states right now. The filtering is being handled directly through conditional datasource searches on the repeating groups/lists.

The debug text in the screenshots is there because I was testing whether the Current User data was loading correctly. As you can see, before refresh the user data is blank, then after refresh the email/zip/state populate correctly and the filtering starts working.

Near Me uses Current User’s zip_code and Statewide uses Current User’s state. Also, when Statewide is tapped, Range changes to Statewide.

can u screenshot the conditional statements that you’re using?

Getting the screenshots for you made me realize that I’m missing a few conditions and constraints. I’m going to work on those to see if adding them fixes my issue. I’ll let you know if it doesn’t help.

Thanks!

I have two pages (For Sale and Free). I added free’s range_filter is near me along with its data source to both pages. That didn’t fix the issue.