Bumping default version of OpenNext to 3.9.14#6372
Open
leanderiversen wants to merge 1 commit intoanomalyco:devfrom
Open
Bumping default version of OpenNext to 3.9.14#6372leanderiversen wants to merge 1 commit intoanomalyco:devfrom
leanderiversen wants to merge 1 commit intoanomalyco:devfrom
Conversation
vimtor
suggested changes
Feb 4, 2026
Collaborator
vimtor
left a comment
There was a problem hiding this comment.
@leanderiversen the new version fails for next.js 14:
Next.js version : 14.2.15
OpenNext v3.9.14
ERROR Next.js version 14.2.15 is not supported by the Next.js team.
Major versions are supported for 2 years from their release date.
Unsupported releases may contain unpatched security vulnerabilities.
unsure about what's the best way to proceed here, we want to provide good defaults but i don't want to break existing deployments on a thing like this
so either we downgrade to the previous version before #6334 or add some message telling the user they need to set the openNextVersion to "3.6.6"
ideally we would detect this and choose in order:
- the specified version
- if next.js version 14 →
3.6.6 - if next.js version 15 →
3.9.14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumping the default version of OpenNext to 3.9.14, after an issue reported was here: #6334 (comment)