




crypto in next.js on workers? I found if I use edge runtime, cryptoX509Certificate would be availablenext-on-pages and a wrangler.toml so that when I publish a new post, it makes a build with the new post. I know how ot make the hook with WP and such, but don't see a way to add it to my account. I also don't see a way to connect my github to account since I'm deploying with the deploy command. @cloudflare/next-on-pages to deploy my site and didn't connect it to github. I wanted to create a hook, like this https://developers.cloudflare.com/pages/configuration/deploy-hooks/#wordpress@cloudflare/next-on-pages but see it them if I set up pages connecting to github account.unstable_after support with next-on-pages, it just required waitUntil which I managed to inject into it:# unknown). Can you link the PR on GitHub for context?name = "some-name"
compatibility_date = "2024-10-18"
assets = { directory = "./public" }
routes = [
{ pattern = "test.example.com", custom_domain = true }
]01:52:20.142 ⚡️ ERROR: Failed to produce a Cloudflare Pages build from the project.
01:52:20.142 ⚡️
01:52:20.142 ⚡️ The following routes were not configured to run with the Edge Runtime:
01:52:20.143 ⚡️ - /_not-found
01:52:20.143 ⚡️ - /index
01:52:20.143 ⚡️ - /login
01:52:20.143 ⚡️ - /settings
01:52:20.143 ⚡️ - /users
01:52:20.143 ⚡️ - /websites/[id]
01:52:20.143 ⚡️ - /websites
01:52:20.144 ⚡️
01:52:20.144 ⚡️ Please make sure that all your non-static routes export the following edge runtime route segment config:
01:52:20.144 ⚡️ export const runtime = 'edge';