Heya, can you open an issue on the opennext-cloudflare repo for cron support
Heya, can you open an issue on the opennext-cloudflare repo for cron support
export const runtime = "edge" to all of my pages and I exptected to run into issues but so far, everything looks good. What's the expected behaviour? Where should I run into troubles?next build and it'll show which routes are considered static


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.

15:10:34.718 ▲ TypeError: Cannot read properties of undefined (reading 'data')
15:10:34.718 ▲ at N (/opt/buildhome/repo/.next/server/app/_not-found/page.js:120:23074)
15:10:34.719 ▲ at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
15:10:34.719 ▲ digest: '879041786'
15:10:34.719 ▲ }export const runtime = "edge"21:46:54.158 ✓ Generating static pages (5/5)
21:46:54.454 Finalizing page optimization ...
21:46:54.454 Collecting build traces ...
21:46:59.209
21:46:59.213 Route (app) Size First Load JS
21:46:59.213 ┌ ○ / 126 kB 229 kB
21:46:59.213 └ ○ /_not-found 140 B 87.4 kB
21:46:59.213 + First Load JS shared by all 87.2 kB
21:46:59.213 ├ chunks/23-1198366cbb09edbc.js 31.6 kB
21:46:59.213 ├ chunks/fd9d1056-a7223fb5cd24b6ec.js 53.7 kB
21:46:59.213 └ other shared chunks (total) 1.95 kB
21:46:59.214
21:46:59.214
21:46:59.214 ○ (Static) prerendered as static content
21:46:59.214
21:46:59.248 Finished
21:46:59.249 Note: No functions dir at /functions found. Skipping.
21:46:59.249 Validating asset output directory
21:46:59.249 Error: Output directory ".vercel/output/static" not found.
21:47:00.202 Failed: build output directory not foundnext build○ (Static) prerendered as static content
● (SSG) prerendered as static HTML (uses getStaticProps)
ƒ (Dynamic) server-rendered on demandhttps://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_hooks"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.