Auth.js-v5-Complete-Course icon indicating copy to clipboard operation
Auth.js-v5-Complete-Course copied to clipboard

project fails to build

Open romanpoudel opened this issue 1 year ago • 1 comments

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

romanpoudel avatar Jul 12 '24 10:07 romanpoudel

I tried removing middleware.ts file and it works fine.

romanpoudel avatar Jul 15 '24 03:07 romanpoudel