Open ianschmitz opened 1 year ago
Also seeing this same issue with Next.js v13.5.6 app router.
Import trace for requested module:
./node_modules/node-fetch/lib/index.js
./node_modules/cross-fetch/dist/node-ponyfill.js
./node_modules/inngest/helpers/env.js
./node_modules/inngest/components/InngestCommHandler.js
./node_modules/inngest/next.js
./src/app/api/inngest/route.ts
For now, I've installed encoding manually with yarn add -D encoding
to get around the issue.
also seeing this with same setup ^
Describe the bug I see this warning when integrating Inngest into a new Next.js project:
Supabase had the same warning in the past. See the following issue: https://github.com/supabase/supabase-js/issues/612
To Reproduce Steps to reproduce the behavior:
Expected behavior No warnings.
Code snippets / Logs / Screenshots
System info (please complete the following information):