docs: document incompatibility for Next.js storefront + Node v25 (#14538)
This commit is contained in:
@@ -7,6 +7,7 @@ import DbUrlError from "../_sections/create-medusa-app-errors/db-url-error.mdx"
|
||||
import ForwardingError from "../_sections/create-medusa-app-errors/forwarding.mdx"
|
||||
import SaslSection from '../_sections/database-errors/sasl.mdx'
|
||||
import ModuleXErrorSection from '../_sections/common-installation-errors/module-x-error.mdx'
|
||||
import Node25Troubleshooting from "../_sections/create-medusa-app-errors/nextjs-node-25.mdx"
|
||||
|
||||
export const metadata = {
|
||||
title: `Common create-medusa-app Errors`,
|
||||
@@ -58,6 +59,12 @@ This troubleshooting guide covers common errors you may encounter when using the
|
||||
|
||||
---
|
||||
|
||||
## Issues when installing with Node v25+
|
||||
|
||||
<Node25Troubleshooting />
|
||||
|
||||
---
|
||||
|
||||
## Resolve "Cannot find module X" Errors
|
||||
|
||||
<ModuleXErrorSection />
|
||||
|
||||
Reference in New Issue
Block a user