Unable to upload my bolt project to netlify after trying everything

I have tried everything I could think of trying to solve my problem but im unable to pls i need help.
Whenever i upload my bolt project to netlify by whichever method it always show the 404 error landing page.I tried the inbuilt bolt deployment method using git and even tried dragging and dropping all the contents inside the dist file but it just doesn’t work.


also i have tried my bolt website does work locally and in bolt preview.
If u need any more files and things to be uploaded from my side i will do it but please help us and Thanks

If some aspect of Bolt doesn’t work, you would need to contact Bolt’s support regarding it:
https://support.bolt.new/external-resources/overview

It’s likely you’re deploying files that are nested in a folder, and/or lack an index.html at the root.

Read this Support Guide:
https://answers.netlify.com/t/support-guide-i-ve-deployed-my-site-but-i-still-see-page-not-found/125

Use the Deploy File Browser to check what files you’re deploying.

@nathanmartin thanks for replying…
I have checked with bolt support team and they have said its not an issue on their side. Also i have checked and the index.html file is present with the right code. The Deploy FIle Browser is this:

As far as I know they always say this, even when it provably is.

There is no index.html shown in your screenshot.

There is an index-c6pyuqnk.css and an index-d-5slx32.js but no index.html

Try taking another screenshot.

You can also try running your project locally.
If it’s a static site, and you can’t run it locally, then it won’t run on Netlify either.