-
Notifications
You must be signed in to change notification settings - Fork 66
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
Downloading amplify_outputs.json
from Amplify console doesn't work anymore
#1914
Comments
Hi @vandaeldev 👋 , thanks for raising this! I was able to reproduce this issue and marking as a bug. |
Hi @vandaeldev, the fix has been deployed. Please give it a try and let us know if you encounter any other issues! |
@Jay2113 @ioanabrooks I can confirm it works again. Thanks for the quick fix and response! |
Yesterday i was able to download amplify_outputs.json now i cannot download it anymore. whatever you did it broke at least by console ability to download it. I try to deploy in a new application and in a new region , both in the us and India and it did not work |
Trying to download it right now and it is not working ( in Chrome and Edge ) |
the option to download amplify_outputs is only showing on the gen 2 docs example project - yet it is not showing up on any of my other projects, despite the backend resources being successfully deployed. any idea why this is? i'm using the same yml |
Hey all! I think I am experiencing something similar to @dagnym; I cloned the amplify-next-template and followed the Amplify Gen 2 Quickstart example to the letter. However, when it comes to the step of clicking the "Download amplify_outputs.json" button, I can't do it because the button simply is NOT PRESENT in the GUI, I know it's not a permissions thing because I paired with the Admin and they don't see the button either. |
✅ SOLVED: Clear browser cache, log back in, wait 10 minutes, and presto! The button re-appears. The part of this that is still confusing to me is why my team's Admin, using his own machine--not related to my OS or browser config--was able to independently verify this issue, and yet now, having changed nothing on his end, he also sees that the button has been restored... |
Environment information
Description
Problem
After deploying my app to AWS Amplify, trying to download the
amplify_outputs.json
file from the Amplify console gives an error:This happens in spite of every resource created fresh, as it's a first deployment.
App info
The app in question is using the latest versions (at time of writing) of the
aws-amplify
packages:Besides basic
auth
,data
andstorage
definitions, the app also uses a basic HTTP API created in thebackend.ts
file. This is included with thebackend.addOutput()
method, per documentation guidelines:I don't specify a
version
here, because the default should be'1.1'
.Expectation
I would expect that when an app gets deployed for the first time that every resource gets created according to the same schema version and that there shouldn't be a mismatch, like the error seems to be indicating.
The text was updated successfully, but these errors were encountered: