Deployed a website from bolt.new but when I click the link it is a blank page

Subject: Critical Deployment Issue – Netlify Failing to Serve Asset

Hello Netlify Support Team,
(https://whimsical-tarsier-08a604.netlify.app/)

I’m experiencing a persistent issue with my deployed site on Netlify. While most assets load correctly, one specific file (index-Cs1qQ-Gk.js) consistently fails to load, returning a 500 Internal Server Error.

Issue Details:

  • The problematic file is: index-Cs1qQ-Gk.js inside dist/assets/
  • The error message I receive when accessing the file directly:

500 Internal Server Error – Request ID: 01JX389GDBTSVEQD0XA66TWBNE

  • Other assets in the same directory load correctly, meaning this issue is isolated to a single file.

Troubleshooting Steps Taken:

:check_mark: Verified that the file exists in the local build (dist/assets/)
:check_mark: Manually tried to access the file via direct URL ), but it fails with a 500 error
:check_mark: Checked Netlify logs, but there are no specific deployment errors
:check_mark: Cleared cache and did a fresh redeployment (rm -rf dist && npm run build)
:check_mark: Confirmed that Netlify’s Publish Directory is correctly set to dist/
:check_mark: Added a _headers file to ensure proper MIME type handling

Please help!

The site linked does not exist.

Presumably you fixed the issue and have moved the site elsewhere.