You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a session on tenant t1 on database d1 for userId
Assign a role for userId on tenant t2 on database d2
Verify email for the userId on tenant t3 on database d3
Now trying to fetch isEmailVerified (app specific api). it will return as false. this is because we try to find the storage based on the userId and the first one we find might not have relevant data.
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
Assume an user id (non supertokens)
userId
userId
userId
on tenant t2 on database d2userId
on tenant t3 on database d3Now trying to fetch isEmailVerified (app specific api). it will return as false. this is because we try to find the storage based on the userId and the first one we find might not have relevant data.
The text was updated successfully, but these errors were encountered: