Replies: 0 comments 3 replies
-
|
I am having the same issue right now. This is the main feature I use nuxt for so would be grateful for a solution / any tips. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi !
I'm currently trying to migrate a website to Nuxt Bridge with Nitro and stumbling on making a full static build.
When running
nuxi generate, Nitro seems to build for SSR :No
dist/directory is created so I tried to runhttp-server .output/publicbut I get 404 responses when the browser attempts to load payload.json files.The only way to get a static build was to disable nitro
It seems that another user have the issue.
NB: I made these tests on Nuxt CLI v3.0.0-27369360.33ebb01
Was someone able to produce a static build with Nitro ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions