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
When im building nextjs app for serverless deployment via sst deploy
the npx --yes @opennextjs/aws@3.6.1 build is failing with error
same error with
TypeError: Cannot read properties of undefined (reading 'toString')
at installDependencies (use/npm-cache/_npx/234567/node_modules/@opennextjs/aws/dist/build/installDeps.js:43:31)
at createImageOptimizationBundle (use/npm-cache/_npx/234567/node_modules/@opennextjs/aws/dist/build/createImageOptimizationBundle.js:77:5)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async build (use/npm-cache/_npx/234567/node_modules/@opennextjs/aws/dist/build.js:48:5)
at asyncuse/npm-cache/_npx/234567/node_modules/@opennextjs/aws/dist/index.js:9:1
Node.js v18.20.2 with Node.js 20 also same issue
The text was updated successfully, but these errors were encountered:
shivam2k15
changed the title
for a nextjs app npx --yes @opennextjs/aws@3.6.1 build is failing with error
[BUG] For a nextjs app npx --yes @opennextjs/aws@3.6.1 build is failing with error
May 16, 2025
shivam2k15
changed the title
[BUG] For a nextjs app npx --yes @opennextjs/aws@3.6.1 build is failing with error
[BUG] For a nextjs app npx --yes @opennextjs/aws@3.6.1 build is failing with error Windows
May 16, 2025
When im building nextjs app for serverless deployment via sst deploy
the npx --yes @opennextjs/aws@3.6.1 build is failing with error
same error with
TypeError: Cannot read properties of undefined (reading 'toString')
at installDependencies (use/npm-cache/_npx/234567/node_modules/@opennextjs/aws/dist/build/installDeps.js:43:31)
at createImageOptimizationBundle (use/npm-cache/_npx/234567/node_modules/@opennextjs/aws/dist/build/createImageOptimizationBundle.js:77:5)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async build (use/npm-cache/_npx/234567/node_modules/@opennextjs/aws/dist/build.js:48:5)
at asyncuse/npm-cache/_npx/234567/node_modules/@opennextjs/aws/dist/index.js:9:1
Node.js v18.20.2 with Node.js 20 also same issue
The text was updated successfully, but these errors were encountered: