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
Invitations do throw an error status if the user is not logged in, and this is rendered on the frontend:
All protected routes should check for user authentication, permission, and throw proper errors to render this message when an unauthenticated user visits a protected route.
Ensure that the API throws a 401 error when user is not authenticated, and then ensure the frontend displays appropriate error messages.
The text was updated successfully, but these errors were encountered: