Users with confirmed email need to reload app to login

Hi,

Users need to restart my app once they confirmed their mail. Otherwise they can’t log in.

I can avoid this problem allowing everyone to “view all fields” in the user data type privacy.

It’s not a solution since this setting allow everyone to access the users data.

How to get ride of this? Anyone have this issue?

thx

I’ve bumped into this kind of issue before, and it usually comes down to the authentication state not refreshing after the email is verified. The app thinks the user is still unconfirmed until a reload forces a new session check. Adding a workflow step that revalidates the login state right after confirmation, or triggering a soft refresh, can smooth things out and prevent users from getting stuck.

2 Likes

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