AEM SPA (React) App not working though Dispatcher
We are developing a SPA site in AEM and its come time to test the app on our testing dispatcher environment but the app doesn't load anything from the model on dispatcher.
There's no issues with it working on Author or Publisher.
I can see the call to "en.model.json" producing a 200 and can open the model url no problem and see the content but the app itself just produces a white page.
We have path shortening on via mappings and the dispatcher settings but I have it turned off for *.model.json as the React app is requesting the long path (/content/site/en.model.json).
Are we missing something here? Is there any way to troubleshoot this? Console is clean, error log is clean and dispatcher logs are all clean.

