Hello Netlify Support Team,
I am experiencing a critical issue with my React/Vite application after deploying it to Netlify. When I visit the deployed site URL, I consistently see a completely blank page (or a “Site not found” message, as shown in the attached screenshot), even though the application works perfectly on my local machine.
Project Details:
-
Application Type: React.js (built with Vite)
-
Build Directory:
dist -
Vite Configuration: I have set
base: './'in myvite.config.jsfile. -
Redirects File: I have created a
_redirectsfile in mypublicfolder (which is copied todistafter build) with the following rule:Plain Text
/* /index.html 200
Steps I have already taken to troubleshoot:
-
Confirmed the application runs correctly locally (
npm run dev). -
Built the application (
npm run build) and verified thatindex.htmland all assets are present in thedistfolder. -
Attempted setting
base: '/'and thenbase: './'invite.config.js. -
Added the
_redirectsfile to thepublicdirectory. -
Redeployed multiple times after each change.
-
Even tried deploying a simple
test.htmlfile within thedistfolder, but this file also did not load on the deployed URL, suggesting the issue might be with the fundamental deployment setup or how Netlify handles thedistfolder.
Affected URLs (please replace with your actual URLs):
-
Deployed site URL showing blank page/“Site not found”:
[Your deployed site URL, e.g., https://branch-25--manus-demo.netlify.app/] -
test.htmlURL (if you created and tested it ): https://restoapp-lfs39z.manus.space/
Attached (please attach these files/screenshots ):
-
Screenshot of the blank page / “Site not found” message you are seeing.
-
(Optional, but recommended) Screenshot of your
distfolder structure after runningnpm run build.
Could you please help me identify the root cause of this issue and provide a solution?
Thank you for your time and assistance.

