You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone the repo, run npm run build, and then open /out/index.html in the browser.
Describe the Bug
In the browser console, a bunch of errors are shown regarding not being able to access supporting files. In addition, the html elements (basically just an empty canvas element) do not load and the website is completely blank.
If I enable server-side rendering (which is the default nextjs behavior), then the canvas element loads but the network errors still appear.
Expected Behavior
I expect the out/index.html generated by npm run build (with output: 'export' in next.config.js) to properly display the website when opened in the browser.
Which browser are you using? (if relevant)
Chrome 114.0.5735.133
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale due to two years of inactivity. It will be closed in 7 days unless there’s further input. If you believe this issue is still relevant, please leave a comment or provide updated details. Thank you.
nextjs-bot
added
not stale
A previously `stale` marked issue that is no longer stale.
and removed
stale
The issue has not seen recent activity.
labels
Feb 24, 2025
Verify canary release
Provide environment information
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue or a replay of the bug
https://github.com/ishaanjain/reproduction-app
To Reproduce
Clone the repo, run
npm run build
, and then open /out/index.html in the browser.Describe the Bug
In the browser console, a bunch of errors are shown regarding not being able to access supporting files. In addition, the html elements (basically just an empty canvas element) do not load and the website is completely blank.
If I enable server-side rendering (which is the default nextjs behavior), then the canvas element loads but the network errors still appear.
Expected Behavior
I expect the out/index.html generated by
npm run build
(withoutput: 'export'
innext.config.js
) to properly display the website when opened in the browser.Which browser are you using? (if relevant)
Chrome 114.0.5735.133
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: