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
This is the error: Creating an optimized production build ... Failed to compile.
./node_modules\mongoose\dist\browser.umd.js Dynamic Code Evaluation (e. g. 'eval', 'new Function', 'WebAssembly.compile') not allowed in Edge Runtime Learn More: https://nextjs.org/docs/messages/edge-dynamic-code-evaluation
Import trace for requested module: ./node_modules\mongoose\dist\browser.umd.js ./lib\db.ts ./auth.ts ./middleware.ts
Build failed because of webpack errors
The text was updated successfully, but these errors were encountered:
I tried removing middleware.ts file and it works fine.
Sorry, something went wrong.
No branches or pull requests
This is the error:
Creating an optimized production build ...
Failed to compile.
./node_modules\mongoose\dist\browser.umd.js
Dynamic Code Evaluation (e. g. 'eval', 'new Function', 'WebAssembly.compile') not allowed in Edge Runtime
Learn More: https://nextjs.org/docs/messages/edge-dynamic-code-evaluation
Import trace for requested module:
./node_modules\mongoose\dist\browser.umd.js
./lib\db.ts
./auth.ts
./middleware.ts
The text was updated successfully, but these errors were encountered: