codeformilwaukee / DECARCERATION-PLATFORM

https://wisdp.com
GNU General Public License v3.0
18 stars 17 forks source link

React Router or Netlify does not route wisdp.com/services when that address is requested in the browser #103

Open paul-rinaldi opened 3 years ago

paul-rinaldi commented 3 years ago

Describe the bug Page Not Found error on URIs such as /services

To Reproduce Steps to reproduce the behavior:

  1. Go to wisdp.com/services
  2. See Page not Found Netlify Error

Expected behavior website routes to /services

Screenshots https://ibb.co/gyswFt9 - Screenshot of not found page

Desktop (please complete the following information):

Additional context Might have to do with the site being served statically... but should have a way to get around this bug even in netlify. Maybe is a react router or netlify issue.

paul-rinaldi commented 3 years ago

Found a fix I think https://community.netlify.com/t/netlify-page-not-found-when-sharing-react-router-dom-based-links/11744