You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating an optimized production build ...
(node:29910) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
(node:29966) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
✓ Compiled successfully
✓ Linting and checking validity of types
Collecting page data ...TypeError: Cannot destructure property 'GET' of 'c' as it is undefined.
at 66455 (/Users/danielvigil/Development/learning-portrait/app/.next/server/app/api/auth/[...nextauth]/route.js:1:1892)
at t (/Users/danielvigil/Development/learning-portrait/app/.next/server/webpack-runtime.js:1:143)
at r (/Users/danielvigil/Development/learning-portrait/app/.next/server/app/api/auth/[...nextauth]/route.js:39:91705)
at /Users/danielvigil/Development/learning-portrait/app/.next/server/app/api/auth/[...nextauth]/route.js:39:91732
at t.X (/Users/danielvigil/Development/learning-portrait/app/.next/server/webpack-runtime.js:1:1285)
at /Users/danielvigil/Development/learning-portrait/app/.next/server/app/api/auth/[...nextauth]/route.js:39:91718
at Object. (/Users/danielvigil/Development/learning-portrait/app/.next/server/app/api/auth/[...nextauth]/route.js:39:91760)
at Module._compile (node:internal/modules/cjs/loader:1368:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1426:10)
at Module.load (node:internal/modules/cjs/loader:1205:32)
Build error occurred
Error: Failed to collect page data for /api/auth/[...nextauth]
at /Users/danielvigil/Development/learning-portrait/node_modules/next/dist/build/utils.js:1258:15
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
type: 'Error'
}
The text was updated successfully, but these errors were encountered:
danielvigil@daniels-MacBook-Pro-2 app % yarn build
▲ Next.js 14.1.4
Creating an optimized production build ...
(node:29910) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...
to show where the warning was created)(node:29966) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...
to show where the warning was created)✓ Compiled successfully
✓ Linting and checking validity of types
Collecting page data ...TypeError: Cannot destructure property 'GET' of 'c' as it is undefined.
at 66455 (/Users/danielvigil/Development/learning-portrait/app/.next/server/app/api/auth/[...nextauth]/route.js:1:1892)
at t (/Users/danielvigil/Development/learning-portrait/app/.next/server/webpack-runtime.js:1:143)
at r (/Users/danielvigil/Development/learning-portrait/app/.next/server/app/api/auth/[...nextauth]/route.js:39:91705)
at /Users/danielvigil/Development/learning-portrait/app/.next/server/app/api/auth/[...nextauth]/route.js:39:91732
at t.X (/Users/danielvigil/Development/learning-portrait/app/.next/server/webpack-runtime.js:1:1285)
at /Users/danielvigil/Development/learning-portrait/app/.next/server/app/api/auth/[...nextauth]/route.js:39:91718
at Object. (/Users/danielvigil/Development/learning-portrait/app/.next/server/app/api/auth/[...nextauth]/route.js:39:91760)
at Module._compile (node:internal/modules/cjs/loader:1368:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1426:10)
at Module.load (node:internal/modules/cjs/loader:1205:32)
The text was updated successfully, but these errors were encountered: