if you do `next build` and it'll show which routes are considered static ``` ○ (Static) prerender
if you do
next build and it'll show which routes are considered staticnext build○ (Static) prerendered as static content
● (SSG) prerendered as static HTML (uses getStaticProps)
ƒ (Dynamic) server-rendered on demand


https://pkg.pr.new/@opennextjs/cloudflare@experimental. I would recommend using the OpenNext discord for discussions about that adaptor.Configuration file for Pages projects does not support "workflows"
GET /, resulting in bad SEO, since Google thinks it's down. Had to switch to Vercel. Anyone know how to fix this error?
@cloudflare/next-on-pages@1.13.6 we can't access our website, the deployment is successful, but access the website itself it's impossible and always return the 500 error page.
async_hooks without a node: prefix, so it requires the newer version of nodejs_compat which was updated on compat dates after Sept 23rd.

✘ TypeError: Illegal invocation: function called with incorrect this reference. See https://developers.cloudflare.com/workers/observability/errors/#illegal-invocation-errors for details. on npm create cloudflare@latest -- my-next-app --framework=next and then running npx @next/codemod@canary upgrade latest shows the same error, filed https://github.com/cloudflare/next-on-pages/issues/912vercel@39.1.2, forcing vercel@39.1.1 fixes it.next-on-pages in production with a lot of traffic quite successfully. It's a lot of effort for Cloudflare & co (and the individual contributors like James) to chase the ever-moving goal post, but with a bit of fiddling and pinning dependencies responsively, it runs perfectly. net in devvercel CLI version), I've got a pet project deployed to Pages with next 15.0.3, app router, apis/middleware, etc and it's working greathttps://pkg.pr.new/@opennextjs/cloudflare@experimentalConfiguration file for Pages projects does not support "workflows"GET /[
{
"message": [
"TypeError: Illegal invocation: function called with incorrect `this` reference. See https://developers.cloudflare.com/workers/observability/errors/#illegal-invocation-errors for details."
],
"level": "error",
"timestamp": 1732129720148
},
{
"message": [
"error code: 1016"
],
"level": "error",
"timestamp": 1732129720300
},
{
"message": [
"Error: The 'cache' field on 'RequestInitializerDict' is not implemented."
],
"level": "error",
"timestamp": 1732129720300
}
]@cloudflare/next-on-pages@1.13.6async_hooksnode:✘ TypeError: Illegal invocation: function called with incorrect reference. See https://developers.cloudflare.com/workers/observability/errors/#illegal-invocation-errors for details.next@15.0.3
@cloudflare/next-on-pages@1.13.6
wrangler@3.91.0npm create cloudflare@latest -- my-next-app --framework=nextnpx @next/codemod@canary upgrade latestvercel@39.1.2vercel@39.1.1next-on-pagesnetvercel"Error: No such module \"__next-on-pages-dist__/functions/src/async_hooks\".\n imported from \"__next-on-pages-dist__/functions/src/middleware.func.js\""✘ [ERROR] Could not resolve "async_hooks"
16:58:59.136
16:58:59.136 <stdin>:379:680:
16:58:59.136 379 │ ...:()=>N});var R=A(require("async_hooks")),S="@next/request-cont...
16:58:59.136 ╵ ~~~~~~~~~~~~~
16:58:59.137
16:58:59.137 The package "async_hooks" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.