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
What did you expect to happen? What happened instead?
If a user somehow is not part of any orgs, logging in will fail on the frontend, due to an uncaught exception, resulting in a 'something went wrong' error.
We should remove users that aren't part of any orgs, but if such users exist, should still not fail login.
Reproduction instructions
Attempt to login as user who is not part of any orgs
Observe "Something went wrong" error on frontend, although backend returns 200.
Screenshots / Video
No response
Environment
No response
Additional details
No response
The text was updated successfully, but these errors were encountered:
if logged in user is not part of any orgs, still allow logging in,
instead of throwing an exception due to accessing non-existent org
---------
Co-authored-by: sua yoo <sua@suayoo.com>
Browsertrix Version
v1.14.4
What did you expect to happen? What happened instead?
If a user somehow is not part of any orgs, logging in will fail on the frontend, due to an uncaught exception, resulting in a 'something went wrong' error.
We should remove users that aren't part of any orgs, but if such users exist, should still not fail login.
Reproduction instructions
Screenshots / Video
No response
Environment
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: