-
Notifications
You must be signed in to change notification settings - Fork 941
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blank Page Load #17
Comments
Similar issue, did you manage to solve this? |
@ryanmchenry2 @AlanPedro I had a similar issue and managed to solve it. Make sure that the homepage defined in the package.json file is in the correct format |
I had a similar issue, but not solve it. The property homepage is also correct. @jonathonwpowell |
@danceyoung Have you checked the network tab on the browser Dev tools to see exactly where the requests are going? That is what tipped me off to what was happening |
repository :https://github.com/danceyoung/trycatch-intereactiveUIs @jonathonwpowell https://danceyoung.github.io/trycatch-intereactiveUIs/index.html thanks |
@jonathonwpowell |
Awesome! I had my first router path set to '/' so it loaded the page without main content, but when I clicked the home link it all rendered. Changed it to my repo-name worked. |
Thank you i solved URL and router issue 👍 |
Hi Guys, I am also facing the same issue but in my case the resource are getting from root directory instead of repo-name. but ideally it should pick from this path any suggestion what i am doing wrong ? Thanks |
@Qubaish What is the value for "homepage" in your package.json file? Make sure it follows this format: https://{username}.github.io/{repo-name} |
@jonathonwpowell , I am using exactly same format: https://qubaish.github.io/news-feed/ |
Can you explain it more briefly |
I have a similar issue and I don't use react router at all |
Hi gitname -
Troubleshooted my way through your tutorial, thanks in advance for the help. Ran into an issue in that the page that loads is simply blank and white, although it does load the <title> correctly from my index.html. any ideas?
The text was updated successfully, but these errors were encountered: