After building for production, i am unable to get the server side rendered stuff to be displayed in the dom. I'm not sure what's going on and am in awe that i was able to even get this far :)
I see my page in the network requests, it's 200 and seems to contain what it should. However the page still shows as loading until the bundle comes in.
After building for production, i am unable to get the server side rendered stuff to be displayed in the dom. I'm not sure what's going on and am in awe that i was able to even get this far :)
I see my page in the network requests, it's 200 and seems to contain what it should. However the page still shows as loading until the bundle comes in.
logging
src/server.js
keeps returning 404s though.
What should i be looking at?
Thanks