Pooya Parsa
Pooya Parsa
This issue happens because (sadly) wrangler does a second repolyfill step that breaks env support. The current workaround is to specify `['nodejs_compat', 'no_nodejs_compat_v2']` flags. We are in contact with cloudflare...
@andresvidal Have you enabled `cloudflare: { nodeCompat: true, deployConfig: true }`?
I would personally directly use `process.env.NUXT_SUPER_SECRET` instead of runtime-config. much easier to make sure these kinds of issues won't happen.
> The bug is that wrangler interpolates and then bakes in the static variables on deploy Can you help to please make a minimal reproduction for wrangler? 🙏🏼 (if that's...
Checking impl, `toWebRequest>getRequestWebStream` only a new `ReadableStream` for node requests by enqueuing the incoming events. We might provide a second new option to `toWebRequest` to disable or customize body mapping...
I would appreciate a minimal (h3-only) reproduction in order to follow this up 🙏🏼
h3 v2 will be using native request mainly with `event.req`
Hi @nick-w-nick, thanks for your work on this. sorry it might take me longer to be able to properly review and test this PR but I have not forgotten.
/cc @danielroe Would value your inputs here 🙏🏼
New rewrite of radix3, (rou3) properly matches the corresponding named params (in case that they have different methods). It will be available soon with h3 v2.