#Second Time Error sign in with Google using appwrite next js

12 messages · Page 1 of 1 (latest)

queen hedge
#

My issue is when I am first time sign with Google using appwrite,next js and successfully login and delete my logged user account permanently and after again sign with Google some error getting appwrite side. Below attached image see. Please solve this issue 🙏

wintry umbra
#

The image is very blurry, please copy the error paste it here

scenic coral
# queen hedge My issue is when I am first time sign with Google using appwrite,next js and su...

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>

queen hedge
#

@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 👋

scenic barn
#

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!

(https://status.appwrite.online/incident/446920)

queen hedge
#

Thank you

runic swan
#

@queen hedge Is it working fine for you now?

queen hedge
#

NO 😔