CrestNiraj12 / portfolio-website

My personal website
https://nirajshrestha.live
GNU General Public License v3.0
1 stars 0 forks source link

React router doesn't load the homepage #1

Closed CrestNiraj12 closed 4 years ago

CrestNiraj12 commented 4 years ago

Load this site: portfolio-website

Expected behaviour: Loads the site content properly.

Actual behaviour: You will see a blank page with no contents.

But try adding, /{anything} at the end of the url e.g. https://portfolio-website.azurewebsites.net/x, the website loads perfectly. React router is not catching the path "/" which is really confusing but when you go to about link and then click on home the site loads the homepage so I cant sleep for 2 nights properly because of this. Help!

CrestNiraj12 commented 4 years ago

Solved from stackoverflow.