-
Notifications
You must be signed in to change notification settings - Fork 116
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
Deployment fails with no log output #2121
Comments
Hi 👋, thanks for opening! While we look into this... If this issue is related to custom domains, be sure to check the custom domains troubleshooting guide to see if that helps. Also, there is a more general troubleshooting FAQ that may be helpful for other questions. Lastly, please make sure you've specified the |
As of last night, I am experiencing the same problem, the EXACT same problem. My application size is not big at all, it's a simple static react page. The only change made on my existing deployed app was to specify the Amplify version I used at the time of creating the app. After updating that, Amplify was able to create a successful Build (because it was failing) but the Deploy fails just like in the image shared above. This is not a brand new app, I already had this deployed and working fine, the problem started when I updated my Github repo. |
I'm experiencing the same issue after adding the test phase to my config. I am not using a custom domain. region=us-west-2 Currently I'm not seeing the test output though the error seemed to happen also when the tests ran and passed previously.
|
Over the past several years, we have made significant improvements to the Amplify deployment process and this issue has been fixed. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
This issue has been automatically locked. |
Before opening, please confirm:
App Id
drbq5wwyeeiy4
Region
eu-central-1
Amplify Console feature
Build settings
Describe the bug
I have created a plain CRA application and trying to deploy it using Amplify. Deployment stage of the pipeline fails as such:
Expected behavior
Pipeline should succeed
Reproduction steps
Build Settings
Additional information
My Amplify app also contains a custom domain and a HelloWorld Lambda function on the backend.
The text was updated successfully, but these errors were encountered: