Closed adcanis closed 5 months ago
Hello -- are you able to open a support case if you are still experiencing this issue?
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
This issue has been automatically locked.
Before opening, please confirm:
JavaScript Framework
Next.js
Amplify APIs
REST API, GraphQL API
Amplify Version
v5
Amplify Categories
function, api
Backend
Amplify CLI
Environment information
Describe the bug
All of a sudden i am getting a failed build on the frontend with the error
Expected behavior
build and deploy
Reproduction steps
Code Snippet
Log output
aws-exports.js
No response
Manual configuration
No response
Additional configuration
No response
Mobile Device
No response
Mobile Operating System
No response
Mobile Browser
No response
Mobile Browser Version
No response
Additional information and screenshots
build script:
version: 1 applications:
frontend: phases: preBuild: commands:
npm run build artifacts: baseDirectory: .next files:
'*/'
This is the same build script used in ~20 different apps without issue.