Hi there,
So I have this strange problem: if I deploy my app from an URL and publish it, everything works correctly. If I upload a ZIP file via the form and serve that version from the monday.com cdn, it doesn’t render properly. As far as I can tell the files are being loaded correctly, but the app is not rendering.
Serving the application from other providers, like Netlify works without problems.
I have a suspicion it has something to do with React Router, which I use and which creates routes like /route1, /route2 etc, which need to be rewritten to index.html.
I’m not sure if the default behaviour should be rewriting all and any URLs to index.html, but my feeling tells me yes, since it’s expected that applications should be SPAs.