There are some neat things is 15, but I think I'll wait until React 19 is out
There are some neat things is 15, but I think I'll wait until React 19 is out




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?open-next itself supports it, I am not sureonly async function are allowed to be used in use server. File but the getRequestContext method is not async I think. 
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';cryptocryptoedgenext-on-pageswrangler.toml@cloudflare/next-on-pages@cloudflare/next-on-pagesunstable_afterwaitUntil# unknownFailed: generating Pages Functions failed. Check the logs above for more information. If this continues for an unknown reason, contact support: https://cfl.re/3WgEyrHGenerated Pages Functions bundle size (26272676) is over the limit of 25.0 MiBTotal (231 modules) │ │ 25488.77 KiB │
...
Generated Pages Functions bundle size (26272676) is over the limit of 25.0 MiBopen-nextonly async function are allowed to be used in use server. File name = "some-name"
compatibility_date = "2024-10-18"
assets = { directory = "./public" }
routes = [
{ pattern = "test.example.com", custom_domain = true }
]