Jack Williams

Results 75 comments of Jack Williams

> @goodoldneon: @jpwilliams which content type does the TS SDK use for streaming responses? Still `application/json` - every response will always return `Content-Type: application/json`.

It looks like this is happening when you're trying to sync your app? If the signing key is set with `inngest start --signing-key ...`, then your app will also need...

Hi @paradoxloop! Where is `inngest` being used to cause this error? Reading through vercel/next.js#28774, it seems this is usually expected if we're performing this import within client-side code.

@paradoxloop Makes sense. We do intentionally delay the importing of `node:async_hooks` to avoid cases like this, but I guess Webpack is being nosey and finding it ahead of time. So...

@paradoxloop I can't seem to reproduce this just with importing the `inngest` lib within client code. All the same, there's a small PR at #793 that may resolve the Webpack...