Julien Huang

Results 76 comments of Julien Huang

As @webChannelN said, node-canvas does not support workers environment

This happened to me when i was using the APIProxyGateway test service. I believe this caused the issue: https://github.com/unjs/nitro/blob/d6af502ecf1b8259529a4a68f1229bc420da9f02/src/runtime/entries/aws-lambda.ts#L35-L37

I don't have any repo for this. I don't use Api Gateway anymore, prefer using postman which send headers by default to avoid this.

Hi @pi0 should this be fixed ? This isn't supposed to happen in production since requests without headers are rare.

yes about the explicit import there's currently a PR, the linked issue is https://github.com/nuxt/framework/issues/7085

Hi doesn't this work when setting a `FormData` to the body ? I use the solution provided here https://github.com/nuxt/framework/discussions/4409#discussioncomment-2679474

Hi ! it only happens with window for me. A workaound is to run the project on WSL (install + dev/build). I hope this can help !

> Hi @huang-julien and thanks for this PR! 💚 I think finally we can add an option to nitro if modification of commonJS plugin options is required. > > I...

linked PR - https://github.com/unjs/nitro/pull/187 the feature will be refactored if the PR is accepted

@pi0 it should be ok now. [here's](https://github.com/huang-julien/nuxt-3/tree/feat/nuxt-ssr-runtime-template-compiler-example) a working example