Skip to content
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

Open
Mannxxx opened this issue Dec 24, 2023 · 1 comment
Open

Code deployed but showing blank page #161

Mannxxx opened this issue Dec 24, 2023 · 1 comment

Comments

@Mannxxx
Copy link

Mannxxx commented Dec 24, 2023

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.

image
image

On local server, it's fully functional:

image

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.

image

@ldelavois @soumyajit4419 @mspronesti @shoaibsajid1 @Vac95, if anyone can help me out?

@harshprakash01
Copy link

sudo rm -rf node_modules

then

sudo npm i

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants