Is there any examples with nuxt? I can't get it to work #803
Answered
by
melloware
ReaperMaga
asked this question in
Q&A
-
The portforwarding does not work, when I try to access a nuxt page it just throws me the 404 default quarkus error page. |
Beta Was this translation helpful? Give feedback.
Answered by
melloware
Nov 12, 2024
Replies: 1 comment 7 replies
-
Is Nuxt a server side rendered SSR technology? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Confirmed Nuxt won't work because when you package for production is an SSR app
You can preview this build using node .output/server/index.mjs
but Quinoa is the HTTP server not Node.js so this will never work with Quinoa.