Is there a way you guys could add more node options within settings presets? also bump bun to 1.1.20
Is there a way you guys could add more node options within settings presets? also bump bun to 1.1.20+

BUN_VERSION env var to override the bun version'use client' after that do all the server stuff in page.tsx and it should work

2024-03-29 is reported as the latest working onehttp and https node modules. The server fails to start with error Module not found: Can't resolve 'http' . I've configured wrangler with nodejs_compat_v2, but this doesn't seem to be enough.If I try to buy the paid plan again, it get an error saying there were a problem when trying to updade workers.You get an internal error? Or can you be more specific?
.pages.dev but a custom domain is used) there wouldn't really be much differences from Cache APIfetch(somewhereInternal, { cf: { cacheEverything: true, cacheTags: [...] }) and then exposing an internal mechanism to purge the tag/s via API.export const SUSPENSE_CACHE_URL = 'INTERNAL_SUSPENSE_CACHE_HOSTNAME.local';__NEXT_ON_PAGES__KV_SUSPENSE_CACHE working?npm create cloudflare@latest -- my-next-app --framework=next> next build
▲ Next.js 14.2.5
Attempted import error: 'flushSync' is not exported from 'react-dom' (imported as 'ReactDOM').
Import trace for requested module:
./node_modules/@radix-ui/react-primitive/dist/index.mjs
./node_modules/@radix-ui/react-aspect-ratio/dist/index.mjs
./node_modules/@radix-ui/themes/dist/esm/components/aspect-ratio.js
./node_modules/@radix-ui/themes/dist/esm/components/index.js
./node_modules/@radix-ui/themes/dist/esm/index.js
./app/layout.tsx
./node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2F_not-found%2Fpage&page=%2F_not-found%2Fpage&pagePath=private-next-app-dir%2Fnot-found.tsx&appDir=C%3A%5CUsers%5CSHREYAS%5CDesktop%5Cktc-website%5Capp&appPaths=%2Fnot-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D!./app/not-found.tsx?__next_edge_ssr_entry__
> Build failed because of webpack errorsBUN_VERSION'use client'2024-03-29httpsModule not found: Can't resolve 'http'nodejs_compat_v2.pages.devfetch(somewhereInternal, { cf: { cacheEverything: true, cacheTags: [...] })export const SUSPENSE_CACHE_URL = 'INTERNAL_SUSPENSE_CACHE_HOSTNAME.local';__NEXT_ON_PAGES__KV_SUSPENSE_CACHE