thx. it looks like it has already been compressed.
thx. it looks like it has already been compressed.

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?pnpm dlx @cloudflare/next-on-pages@1fetch(somewhereInternal, { cf: { cacheEverything: true, cacheTags: [...] })export const SUSPENSE_CACHE_URL = 'INTERNAL_SUSPENSE_CACHE_HOSTNAME.local';__NEXT_ON_PAGES__KV_SUSPENSE_CACHEpnpm dlx @cloudflare/next-on-pages@1