you can set `BUN_VERSION` env var to override the bun version
you can set
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?