Hello guys,
I have nested routes in my app.
Locally everything works fine.
But when I deploy my app in production, any nested URL returns an HTTP 404 error.
The issue looks very similar to this: https://stackoverflow.com/a/43944719/2435635
From the React documentation, there are tricks to do depending on the server but I do not see anything for nginx, which I belive you use for Moralis :
Any idea?