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
{{ message }}
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.
Get '/requirements' and '/completedcourses' still get 500 errors when logging out. I think this happens due to the redirects in App.jsx. It attempts to redirect to '/' first and perform get requests before updating loggedIn boolean in the state (and then it redirects to '/login').
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Get '/requirements' and '/completedcourses' still get 500 errors when logging out. I think this happens due to the redirects in App.jsx. It attempts to redirect to '/' first and perform get requests before updating loggedIn boolean in the state (and then it redirects to '/login').
The text was updated successfully, but these errors were encountered: