I used create-react-app to build a MERN app. The front-end uses create-react-app and is deployed here: https://friendly-leakey-05373b.netlify.com/
Once deployed to Netlify, when I navigate from / to /cities, all is fine. Once I go one level deeper to /cities/bern (example), I get a 404. When I go back to /cities, I get a 404 also.
When I go to /cities directly (without going to / before), I also get a 404.
Any ideas?