Error: This user is a user without an ID, created when no cookies were allowed

I am getting a strange error only in ONE page of my app:

I have a workflow that triggers on page load, only if when current user isn’t logged in, to show a login/sign up dialog.

It works fine on all pages. But in this particular page, it keeps showing the login/sign up dialog, even after the user logs in.

In debug mode, I get the following error when inspecting “Current User”: This user is a user without an ID, created when no cookies were allowed

This just started happening a couple of hours ago, out of the blues. Otherwise, the page was working fine previously, with no recent changes made to it.

Any ideas?

Thanks!

Note: There could be a bug with Bubble, because when I changed the workflow to remove the “Only When Current User isn’t logged in” condition to the actions, then added a 1 second delay before those actions, it worked fine!

I suspect the bug is that the page doesn’t check for the cookies fast enough after loading.

Thoughts?

This happens to me also. My pages are down because the users can’t log in.

Did you open a support ticket?

I haven’t filed a bug. I had to changes the pages to introduce a pause delay after the page is loaded, and then check if the user is logged in before triggering a workflow action

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