-
Notifications
You must be signed in to change notification settings - Fork 823
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
UserPoolClientInputs stuck in CREATE_IN_PROGRESS #13366
Comments
Hey @alonsnir, as discussed on the Discord thread, could you provide us some additional information on the auth resource configuration with the reproduction steps? This would enable us in diving deeper into the issue. |
Hey @ykethan I'm not sure how to reproduce. The App is running for a while and now after adding a new env in one of the regions the error appear. It hangs in UserPoolClientInputs creating |
Hey @alonsnir, apologies for the delay in a response. Let me work on reproing this behavior. |
update: on diving into the project logs noticed the auth CloudFormation template utilizes yml files indicating the auth resource has not been migrated. |
I run into exactly the same issue with the React Amplify JS samples. To make the sample app work I had to update a few libraries: https://github.com/adamsiemion/amplify-js-samples/pull/1 $ node -v $ amplify version |
@ykethan |
@alonsnir glad to hear that you were able to mitigate the issue by migrating auth. @adamsiemion interesting thank you for the information. Closing the issue, please feel free in reaching out to us again. |
|
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
v16.16.0
Amplify CLI Version
12.7.1
What operating system are you using?
Ubintu
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
Switched to a new region, amplify env add, added a new env.
Now when pushing it hangs forever. Looking at the cloud formation logs:
2023-10-25 10:39:50 UTC+0300 UserPoolClientInputs CREATE_IN_PROGRESS
Expected behavior
deploy
Reproduction steps
amplify push
Project Identifier
5902e039308c56f5d2b3506690343622
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: