output: 'export' page blank ! #78602
Replies: 1 comment 1 reply
-
Just to verify, you navigate to Also does navigation with next/link work? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I used output: 'export' for packaging, everything was normal when accessing the home page. However, when I visited other routing pages, the pages were blank. I checked nextwork and found that all static resource loads were 200, and there were no errors in the browser console either, but the pages were blank.
When I checked elements, I found that no
div
with the id "app" was generated in thebody
next version
"next": "14.0.1"
next.config.js:
This question has stuck me for three hours. I hope someone can help me solve it. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions