Ralph Kemp

Results 4 comments of Ralph Kemp

> hey @RalphKemp, you could try removing the dependancy in the override using the following > > ``` > resources.identityPoolRoleMap.removeDependency(resources.userPoolClientWeb) > resources.identityPoolRoleMap.removeDependency(resources.userPoolClient); > ``` Hi @ykethan, thanks for getting back...

Hi @ykethan any update on this issue? I tried my comment above and still getting the same error - then I read this thread https://github.com/aws-amplify/amplify-cli/issues/13159 and saw you can't override...

> But as the issue suggests you can try to enable the deletion protection the Cognito resources, remove the resource using CLI, then [_import_](https://docs.amplify.aws/nextjs/tools/cli/commands/#auth-import) the resource. But do note the...

> @RalphKemp did the above steps resolve your issue? or did you resolve it another way? I am dealing with something similar. My solution is migrating away from Amplify! Tried...