#Second Time Error sign in with Google using appwrite next js
12 messages · Page 1 of 1 (latest)
The image is very blurry, please copy the error paste it here
When you use oauth, an identity is created for the user. You can see a user's identities by opening the user in the Appwrite Console and going to the Identities tab.
When you delete a user, everything associated with the user (e.g. Identities, targets, etc) are deleted in a background job. You may have tried to create a new account with the same email before the identity was deleted.
you should be able to see this stuff with the CLI: appwrite users list-identities.
Then, you can delete with appwrite users delete-identity --identity-id <identity-id>
@scenic coral I am deleting my identity after a sign with Google with the same Gmail I'd throw an error below image
@scenic coral Hello 👋
We are currently investigating a cloud issue. You can check the status in the #cloud-beta channel. It should be resolved soon as we found the root cause.
And please be patient on replies, as our engineers are heads down resolving console/cloud issues 🙂 Thank you!
Thank you
@queen hedge Is it working fine for you now?
NO 😔