Closed markky21 closed 6 years ago
Do you have Javascript enabled? I'm able to load the entire website.
No, it's not that :) div # root that comes from the server is empty. I think it should not be like this. div # root should contain the rendered html. Unless it was not your goal. Thx for quick answer!
Hi,
Same problem here after having cloned your repo and also in your heroku app.
When looking at the title tag of your HTML markup (from the Chrome dev tools), I have "React App" instead of "Homepage | SSR Website".
Btw everything seems to work just fine when making a test with the Facebook debug tool, I just don't understand how it is actually possible ?
I'm gonna make some tests with a personal project to see if it works too. Thank you for the great work anyway! :)
I now use the following library for server-side rendering: https://github.com/kirill-konshin/create-react-server/
I'll likely make a Medium post on this shortly and deprecate this repository.
@cereallarceny hey I am also getting the same issue like @markky21. I am not getting the body data in div # root in your demo project. If you have any solution kindly share with me.
I downloaded your repository and launched the application and what comes from the server has an empty html skeleton. I thing it should have not empty #root div at least. The same on the website: https://cra-ssr.herokuapp.com/.