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
The handler for "/" should also test to see if "/" was actually requested and if not, show a 404 error page. Right now navigating to any undefined page will display the home page of the app.
The text was updated successfully, but these errors were encountered:
The handler for "/" should also test to see if "/" was actually requested and if not, show a 404 error page. Right now navigating to any undefined page will display the home page of the app.
The text was updated successfully, but these errors were encountered: