-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Code deployed but showing blank page #161
Comments
then
|
It could be an issue with the dependencies. If there are incompatible dependencies, it might does not necessarily affect the development environment (on your local server), but when you deploy the site, that’s when problems occur and nothing renders. With |
I recently deployed my version to GitHub pages. Here is a small guide consisting of the steps I took: Steps to Deploy a React App to GitHub Pages
Your React app should now be visible at the link specified in Step 2. Handling Routing IssuesJust as a side note, I noticed I had routing issues with the single-page application on GitHub Pages, you can refer to this guide to resolve these issues. |
My site is properly functional on local server. However, it is showing a blank page after it's deployed on github pages. It's been 12 hours since I deployed it. But still it's blank. What do I do?
I edited the source code and run the following commands in order:
yarn add -D gh-pages
yarn add --save-dev @babel/plugin-proposal-private-property-in-object
yarn run build
npm run deploy
npm start
It has successfully build and published on github pages. But still it shows blank page.
On local server, it's fully functional:
But after deploying, it shows blank page. I saw online that it takes a bit time to get live properly, but it's been >12 hours.
@ldelavois @soumyajit4419 @mspronesti @shoaibsajid1 @Vac95, if anyone can help me out?
The text was updated successfully, but these errors were encountered: