docs: document incompatibility for Next.js storefront + Node v25 (#14538)

This commit is contained in:
Shahed Nasser
2026-01-14 15:26:26 +02:00
committed by GitHub
parent d60ea7268a
commit 73631604cc
21 changed files with 2042 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
import Node25Troubleshooting from "../_sections/create-medusa-app-errors/nextjs-node-25.mdx"
export const metadata = {
title: `Next.js Starter Storefront on Node v25+ Issues`,
}
# {metadata.title}
This troubleshooting guide addresses issues that may arise when installing or running a Medusa application with the Next.js Starter Storefront on Node.js version 25 or higher.
## Error After Installing with Node v25+
<Node25Troubleshooting />