Currently, the website has a few routing related issues which include, but are not limited to:
If a user manually navigates to http://localhost:3000/views/, an unstyled version of the homepage is displayed.
Any dead links should redirect the user to a page which displays an HTTP 404 error using the current LearnSQL theme.
If a user manually navigates to a page requiring authorization without logging in, the page is displayed without content. For example, the admin control panel displays the navbar and footer without a table. Without user login, the server should redirect to an error page.
Currently, the website has a few routing related issues which include, but are not limited to:
http://localhost:3000/views/
, an unstyled version of the homepage is displayed.