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').
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').