Currently deployed to heroku, and SSR pages come down looking like this:
The loading HTML that comes down from SSR looks like that:
The loading HTML after reattachment looks like that:
The loading HTML (after reattachment) when switching pages looks like that:
I would want SSR pages to at least show the loading indicator like that:
Or better yet work like in development (on localhost with all the debugging stuff turned on) where it shows the actual data with all inputs and such disabled:
I’m not sure why it works as desired/expected on development localhost but is just a blank page on production heroku. Any ideas?