My react website on GitHub Pages shows blank white screen #201797
Replies: 3 comments 3 replies
-
|
A blank white page with a successful Pages build usually means the React app is throwing a JavaScript error at runtime or is using incorrect asset/router paths for deployment under The first thing I would do is open the browser's Developer Tools (F12) and check the Console and Network tabs for 404s or JavaScript errors. For React apps hosted in a repository subdirectory, you typically need to configure the app's base path (for example, If you can share the exact console error message (or a screenshot of it), it should be possible to pinpoint the issue quickly. |
Beta Was this translation helpful? Give feedback.
-
|
A blank white screen with a successful GitHub Actions build usually means the app is loading but failing at runtime. A few things to check: Open Developer Tools (F12) → Console and see if there are any JavaScript errors. If you can share the repository structure (especially package.json, vite.config.ts, or webpack config), it'll be much easier to identify the exact cause. |
Beta Was this translation helpful? Give feedback.
-
|
Since you're new to React and GitHub Pages, I'd suggest taking a step back and first determining whether the problem is with the deployment or with the application itself. A blank white page can be caused by several different issues that all look identical from the browser. Here's a simple way to narrow it down:
Because you mentioned that the project was generated by Manus AI, there's another possibility: the generated project may rely on environment variables, APIs, or configuration files that weren't included when you downloaded the ZIP. In that case, the project can build successfully but fail immediately when it starts in the browser. If you're comfortable sharing a few additional files, the community can usually identify the issue much more quickly. The most helpful ones would be:
Those details would help determine whether this is a GitHub Pages configuration issue, a React runtime error, or a missing project dependency. |
Beta Was this translation helpful? Give feedback.















Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Code Search and Navigation
Body
Manus AI app created a website for me. i downloaded the zip folder from manus AI app and extracted it. i uploaded some of those files to github repository: https://github.com/velaragirlgroup/official. I made changes to the folder: client/src/pages/Home.txs. My site at https://velaragirlgroup.github.io/official/ shows only a blank white screen. The build is green in GitHub Actions but nothing displays. My website on GitHub shows blank white screen.
i asked copilot chatgpt to help me but nothing has changed. AI cant help me at all and im stuck. im completely new to this and dont know how to handle these things. i really want this website to work: https://velaragirlgroup.github.io/official/. will anyone please help out?
Beta Was this translation helpful? Give feedback.
All reactions