-
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
App Failed to deploy #1596
Comments
Hi @raffibag can you please share your appId |
Sure. It's d2y373ymnncpkf. Thank you. |
We are also running into this issue. We have a Vue frontend application that is able to pass tests and build successfully. But just like the OP, we are getting
as the only log in the deploy section. I'm not sure where to begin with debugging this. |
i'm having this issue as well as soon as I added test. Build and test are passing. arn:aws:amplify:us-east-2:506294172018:apps/d2nia5b95k9fww |
This behavior is not reproducible anymore. Closing the ticket. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
This issue has been automatically locked. |
Describe the bug
When pushing latest git commit, the connected branch's app fails to deploy. There is, however, no detailed explanation. The deploy tab has only two lines in the terminal window:
2021-02-23T00:11:57 [INFO]: Starting Deployment
2021-02-23T00:11:57 [ERROR]: Failed to deploy
I have three branches connected: dev, test, and main. Looking at the main branch (which has not yet been merged with the new dev branch code), the Build tab shows the following processes have completed: "Cloning repository," "Backend," and "Frontend."
The failing deploy (dev branch) only shows "Cloning repository" under the Build tab. I noticed that the last line logged in the failed deploy "Cloning repository" log states:
2021-02-23T00:11:47.092Z [INFO]: # Unable to determine local version for @aws-amplify/cli, assuming 0.0
I can confirm that the Build Settings for the CLI are set to "latest"; and I have the latest CLI installed locally.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect the build to complete without issue.
Desktop (please complete the following information):
UPDATE:
I created a new app in the Amplify Console, re-connected the Git repo to the new app and deployed without error, indicating it was not an issue with the repo. Rather, something might have changed between the last deploy - a couple months ago - and the most recent attempt at deploying. Will leave the issue open in case a) others are encountering the same issue; and b) so that the Amplify team can view and fix the issue.
The text was updated successfully, but these errors were encountered: