-
Notifications
You must be signed in to change notification settings - Fork 772
Next.js limitations during beta #9772
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
Conversation
|
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9772-documentation.appa.pantheon.site |
|
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9772-documentation.appa.pantheon.site |
|
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9772-documentation.appa.pantheon.site |
source/content/nextjs/overview.md
Outdated
| * Pantheon provides the latest 3 LTS versions of Node.js. Pantheon derives which one to use by looking at the `engines` property in `package.json`. | ||
| * During Beta, Pantheon supports Node.js `22.21.0`. In the future, we will provide support for the latest **3 LTS versions**. Pantheon derives which one to use by looking at the engines property in `package.json`, so ensure this is set in your project’s configuration. | ||
| * **Next.js versions:** | ||
| * During Beta, Pantheon supports Next.js `15.3.1`. In the future, we will provide support for the latest **2 LTS versions**. |
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.
@rachelwhitton This line seems overly specific. It implies that 15.4.0 (or any other major, minor, patch version) wouldn't work
|
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9772-documentation.appa.pantheon.site |
|
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9772-documentation.appa.pantheon.site |
Summary
Adds a new doc: Known issues and considerations for Next.js Beta (preview link)