Route-finder / Frontend

Find and display an optimal route to retrieve books from a library's shelves. Project Frontend
https://route-finder.netlify.app
Mozilla Public License 2.0
0 stars 3 forks source link

404 Error When Navigating to Specific URL #4

Closed Isaac-List closed 2 years ago

Isaac-List commented 2 years ago

Describe the bug The application returns a 404 error when navigating to or reloading the page on any of the sub-domain URL's

To Reproduce Steps to reproduce the behavior:

  1. Go to the main page
  2. Click on either of the navigation bar items besides "Home"
  3. Reload the page
  4. See error OR
  5. Go to either of the links in the bug description
  6. See error

Expected behavior Page should load, either the expected relevant page (list of books) or the home page

Screenshots Screenshot 2021-12-21 at 11-10-32 Page Not Found

Additional context Occurs on all browsers and platforms (issue on the server end)

Isaac-List commented 2 years ago

Check out the note in the Netlify documentation on rewrite rules

Isaac-List commented 2 years ago

Fixed with 0951609