You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
Following the lesson 13 tutorial I wasn't able to render the full server side HTML for the root path ('/'). This is a very important thing for apps that relies on SEO.
The router:
The server code:
The result for the URL localhost:8080
Just as a benchmark, when requesting localhost:8080/about it works
How could I fix this issue using ReactRouter and also get the full HTML for the root path?
[UPDATE]
I was able to fix it myself.
The solution is to delete index.html from the public folder.
I suggest in the tutorial to ask the reader to delete his index.html once server side rendering is completed.