-
Notifications
You must be signed in to change notification settings - Fork 820
New issue
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
Build Timing out using latest Amplify CLI v12.12.6 and Amplify Studio Gen 1 #13903
Comments
Hey @kimberlyas, thank you for reaching out. Could you provide us the app-id and region? |
Hi @ykethan, please see requested information: App ID: d3gljibf5lo8bp When pulling the app, I don't experience any errors. Upon enabling the variable given, I see some additional warning outputs below both locally and in the deploy build:
Please see full deploy build output when using latest CLI version (v12.12.6) below: |
Hey @kimberlyas, thank you for the information. With the latest versions of Amplify you will need to update the CDK libraries and the extensibility package . Refer to migration documentation: https://docs.amplify.aws/gen1/react/tools/cli/migration/aws-cdk-migration/#how-do-i-migrate |
Closing the issue due to inactivity. Do reach out to us if you are still experiencing this issue |
This issue is now closed. Comments on closed issues are hard for our team to see. |
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
16.13.0
Amplify CLI Version
12.12.6
What operating system are you using?
Ubuntu
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No manual changes made.
Describe the bug
I am unable to deploy my Amplify App using the latest Amplify CLI v12.12.6. I am working in a Gen 1 Amplify Project with Amplify Studio enabled. And I am deploying using the Amplify CI/CD pipeline and default build image (Amazon Linux 2023). The issue is that the build keeps timing out without any errors being shown even after setting the build timeout to its max at 2 hrs. So I am unable to deploy the app.
Build consistently times out at this point below:
Expected behavior
The Amplify App should have completed its build and be deployed successfully using the latest Amplify CLI version.
Reproduction steps
Project Identifier
No response
Log output
Additional information
In troubleshooting, I was able to deploy by downgrading the Amplify CLI in the build settings to a previous version v12.0.3 in order for the app to build and deploy successfully.
So it seems the issue is with the latest versions of the Amplify CLI where they don't build Gen 1 Amplify Studio projects.
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: