We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I see this warning when integrating Inngest into a new Next.js project:
⚠ ./node_modules/cross-fetch/node_modules/node-fetch/lib/index.js Module not found: Can't resolve 'encoding' in '/Users/ian/Code/promptmetrix/node_modules/cross-fetch/node_modules/node-fetch/lib' Import trace for requested module: ./node_modules/cross-fetch/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
Supabase had the same warning in the past. See the following issue: supabase/supabase-js#612
To Reproduce Steps to reproduce the behavior:
Expected behavior No warnings.
Code snippets / Logs / Screenshots
System info (please complete the following information):
The text was updated successfully, but these errors were encountered:
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.
yarn add -D encoding
Sorry, something went wrong.
also seeing this with same setup ^
No branches or pull requests
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: supabase/supabase-js#612
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No warnings.
Code snippets / Logs / Screenshots
System info (please complete the following information):
The text was updated successfully, but these errors were encountered: