Jan Plaček
03/04/2022, 12:16 PMError: jplacek-sst-my-stack/Auth/UserPool/UserPoolDomain/Resource [AWS::Cognito::UserPoolDomain] is missing required property: domain
Frank
Jan Plaček
03/16/2022, 9:10 PMsst remove.
The stack somehow got corrupted, most likely because it throwed an error during deploy, that user pool domain is already in use. The resources (user pool + client) were created (I was able to locate them in cloudformation stack), but they did not get associated with one another - I couldn't see the client in user pool detail in AWS console Cognito pool page. So something went quite wrong.
I managed to "fix" it by firstly removing domain configuration, then deploying, then I was finally able to sst remove
without errors and then finally deploy from scratch without errors.Jan Plaček
03/16/2022, 9:19 PMFrank
Frank