-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NextJS 14 next export
has been removed
#572
Conversation
I think we need to update the docs too: https://docs.quarkiverse.io/quarkus-quinoa/dev/web-frameworks.html#nextjs-config and test it. Someone else on another forum I am on was saying Next14 doesn't generate an |
01968ac
to
f6a9c56
Compare
f69135d
to
3637f09
Compare
@shivam-sharma7 does next generate an index.html without Don't we need to check for the existence of |
the next export command is deprecated in Next.js 14. Starting with this version, we should use the Here is an example of my merged PR- https://github.com/tailwarden/komiser/pull/1217/files |
Yes so we need to update the docs for Next.JS or check for the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments
When I tried this before Quinoa does NOT work unless its in this mode so we have to check and make it required for Next. You can't use Next with Quinoa without the static export mode. |
d36af64
to
81c3034
Compare
deployment/src/main/java/io/quarkiverse/quinoa/deployment/framework/override/NextFramework.java
Show resolved
Hide resolved
81c3034
to
4e54ca3
Compare
Describe your changes
check-https://nextjs.org/docs/pages/building-your-application/deploying/static-exports#version-history
Fix #580