-
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
CLI feature flags are ignored in the console build #3950
Comments
Hey @DeezNutz2, Thanks for raising this. We are investigating this issue and will keep you posted on updates. |
Hi @DeezNutz2, Do you have an Amplify app ID so we can troubleshoot exactly what commands are being executed during the build? What appears to be happening is that the As you identified, the workaround for now is to do an --T |
app id is d5i79jkckfr0q we install jq to work around the cli's buggy handling of team-provider-info.json when it has more than like three or four backends.
Is this supposed to work without manually updating every environment or should this work from console? Will the COE for 2636 be made public, as it broke builds for a lot of customers in prod? |
Guys, was that enough information? |
How did you install the Amplify CLI?
No response
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
12.12.4
What operating system are you using?
Amazon Linux 2 (via console)
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No
Describe the bug
The solution provided here aws-amplify/amplify-category-api#2636
is to add features.graphqltransformer.subscriptionsInheritPrimaryAuth = true to cli.json.
Adding this (along with a schema whitespace change and adding some useless fields to be extra-sure) with amplify version 12.12.4 does not work if you just check it in and let console do a push.
You have to run "amplify push" from a computer.
Is there a way to pass this variable that un-bricks my app to the "amplifyPush --simple" command in my amplify.yml?
Also, since this undocumented breaking change seems to be breaking customer prod apps, will the COE be public?
Expected behavior
The solution provided should work in Amplify console
Reproduction steps
Redundant
Project Identifier
No response
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: