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
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
When I try to deploy an amplify project directly from a repository on the console, the build fails with this error: error occurred during the push operation: Template error: instance of Fn::GetAtt references undefined resource videotrackit
The repository contains the amplify directory and what is weird is that it’s working correctly if we clone the repository, deploy it manually and locally using the CLI.
So, I tested to edit the amplify.yml by adding a custom shell script that reproduce the commands I’m sending locally but we keep having this error.
So it looks like it fails before it even gets to pushing. The real error here is pushing resources to the cloud. Curious what is going on with the pushing that is causing the failure.
context.print.error(`Failed pushing to S3 with error: ${error}`);
Is how we push our content and show errors so it seems like an error with the CLI itself. I can try to reproduce but it looks like not an amplify video issue.
Hi @wizage, after investigation, indeed, some files are not downloaded in the S3 bucket.
But I noticed that this problem only occurs if you reference the CF outputs of the amplify-video stack. If you do not use these outputs in another amplify stack, you do not encounter this problem.
I also opened an issue with AWS support but I don't think that having amplify-video's CF outputs referenced within other amplify stacks trigger the upload issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to deploy an amplify project directly from a repository on the console, the build fails with this error:
error occurred during the push operation: Template error: instance of Fn::GetAtt references undefined resource videotrackit
The repository contains the amplify directory and what is weird is that it’s working correctly if we clone the repository, deploy it manually and locally using the CLI.
So, I tested to edit the
amplify.yml
by adding a custom shell script that reproduce the commands I’m sending locally but we keep having this error.Please, also note that:
Here is a reproduction repository: https://github.com/nathanagez/amp-video-issue-repro
The text was updated successfully, but these errors were encountered: