#Routes work different in --prod and development version
4 messages · Page 1 of 1 (latest)
Running this in development mode works perfectly but running in production this always takes exampleRoutes no matter if the window.location.hostname.startsWith('example') is true or false
This overflow question has equivalent problem (has an example)