Closed
Description
Locally my gatsby site works fine, however deploying it to Amplify breaks the following:
- Routing doesn't work at all. Everything is redirected to root URL (the page shows mostly fine).
gatsby-browser.js
is being ignored. Seems like it is not being called at all.- I made custom routes in
gatsby-node.js
and seems like this is connected to the routing problem: client-side routes don't work too.