amplify-category-api
amplify-category-api copied to clipboard
Parameters: [auth#appname#IdentityPoolId] do not exist in the template
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
v21.5.0
Amplify CLI Version
12.12.0
What operating system are you using?
Microsoft Windows 10 Business
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No manual changes made.
Describe the bug
When attempting to update the auth category of a project the deployment fails with the following error.
🛑 The following resources failed to deploy:
Resource Name: authuserPoolGroups (AWS::CloudFormation::Stack)
Event Type: update
Reason: Parameters: [auth#appname#IdentityPoolId] do not exist in the template
Expected behavior
The auth category changes can be deployed
Reproduction steps
Have an Amplify project with auth category
Make some change to the auth
Run amplify push -y.
Project Identifier
No response
Log output
# Put your logs below this line
Additional information
No response
Before submitting, please confirm:
- [X] I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
- [X] I have removed any sensitive information from my code snippets and submission.