Skip to content

Next.js framework guide for worker is outdated and does not work. #18936

@t0m0120

Description

@t0m0120

Existing documentation URL(s)

https://developers.cloudflare.com/workers/frameworks/framework-guides/nextjs/

What changes are you suggesting?

The Existing Next.js apps item is out of date and does not work.
Update the content to align with the OpenNext documentation.

wrangler.toml

- main = ".worker-next/index.mjs"
+ main = ".open-next/worker.js"
name = "my-app"
compatibility_date = "2024-09-23"
compatibility_flags = ["nodejs_compat"]
- assets = { directory = ".worker-next/assets", binding = "ASSETS" }
+ assets = { directory = ".open-next/assets", binding = "ASSETS" }

package.json

- "build:worker": "cloudflare",
+ "build:worker": "opennextjs-cloudflare",
"dev:worker": "wrangler dev --port 8771",
"preview:worker": "npm run build:worker && npm run dev:worker",
"deploy:worker": "npm run build:worker && wrangler deploy"

Additional information

No response

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions