-
Notifications
You must be signed in to change notification settings - Fork 31
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
Unable Unlink Cognito User Pool and Identity Pool for deleted identity pool #464
Comments
Thanks for reporting. The current behavior of unlink expects a user pool to exist, else it would throw an error. I will discuss with the team on this particular use-case and get back to you. |
I am facing the same issue, did you find a solution ? |
likewise - can't reconnect a user pool because I can't unlink it, can't unlink it because it's gone |
Same @abhi7cr - can you please provide an update on this ? |
Hello. The issue persist, does anybody have an update or solution about this incident? Regards. |
Was there ever a solution for this? I am facing a similar issue as well too. |
aws-amplify/amplify-cli#13588 (comment) |
Amplify CLI is the recommended approach for making the required updates. I will close this ticket |
|
Before opening, please confirm:
App Id
d1cjnlfryemnao
Region
ap-northeast-1
Environment name
stagging
Amplify CLI Version
No response
If applicable, what version of Node.js are you using?
7.6.5
What operating system are you using?
ubuntu
Browser type?
Google chrome
Describe the bug
I have two amplify application having shared same cognito service . i deleted one amplify application which delete cognito service i am Unable to Unlink Cognito User Pool and Identity Pool for deleted identity pool from my present amplify application.
[32mEdit your schema at /tmp/amplify-cb0489a2-ac5c-4898-8782-cabfb5587431/amplify/backend/api//schema.graphql or place .graphql files in a directory at /tmp/amplify-cb0489a2-ac5c-4898-8782-cabfb5587431/amplify/backend/api//schema�[39m �[31mFailed to pull the backend.�[39m �[31mThe previously configured Cognito User Pool: '' (ap-northeast-1_IjOP6KWKW) cannot be found.�[39m �[0mError: The previously configured Cognito User Pool: '' (ap-northeast-1_IjOP6KWKW) cannot be found.�[0m �[0m at headlessImport (/opt/amazon/lib/node_modules/@aws-amplify/cli/node_modules/@aws-amplify/amplify-category-auth/src/provider-utils/awscloudformation/import/index.ts:1199:13)�[0m
Expected behavior
It should be unlink the cognito service
Reproduction steps
1.create amplify application with cognito authentication service
2.Create another amplify application using previous cognito service
2.Delete first amplify application with cognito
3. Unllink the cognito from the second amplify application
Additional information
No response
The text was updated successfully, but these errors were encountered: