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
When an unauthenticated user tries to access a URL endpoint, the site will crash. This is because the endpoint tries to get information about the user from the session or local storage, giving undefined when components try to access them.