Files
payload/examples/custom-server
Alessio Gravili 5f6bb92501 feat!: bump minimum next version to 15.2.3 (#11823)
**BREAKING CHANGE:**
This bumps the **minimum required Next.js** version from 15.0.0 to
15.2.3. This update is necessary due to a critical security
vulnerability found in earlier Next.js versions, which requires an
exception to our standard semantic versioning process.

Additionally, this bumps all templates to the latest Next.js and Payload
versions.
2025-03-24 09:41:33 -04:00
..

Payload 3 with Custom Server

Run the following command to create a project from the example:

  • npx create-payload-app --example custom-server

Uses a Next.js Custom Server with express.

Made from official examples/custom-server from Next.js repository.