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
I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
Describe the bug
This is the only message I see in my deployment step:
2021-04-28T23:05:35 [INFO]: Starting Deployment
2021-04-28T23:05:35 [ERROR]: Failed to deploy
This is happening for my qa and prod environments. I tried disconnecting the branch and reconnecting, deploying old version, redploying. It just keeps getting to the deployment stage and not giving me any info. Just failinh
Expected behavior
To either deploy the app successfully or give a more descriptive message
Was experiencing this same issue and was able to find a fix. I discovered I was using the latest version Amplify CLI in my build settings, which must have recently introduced a breaking change.
To fix:
In the Amplify console, go to Build settings > Build image settings > Edit
Specify the version of Amplify CLI that's in your project's package.json (e.g. 4.29.4)
Before opening, please confirm:
Describe the bug
This is the only message I see in my deployment step:
This is happening for my qa and prod environments. I tried disconnecting the branch and reconnecting, deploying old version, redploying. It just keeps getting to the deployment stage and not giving me any info. Just failinh
Expected behavior
To either deploy the app successfully or give a more descriptive message
Reproduction steps
Build Settings
Additional information
No response
The text was updated successfully, but these errors were encountered: