There was an error processing your request. Please check the inputs and try again
- 1
- Auth
- Web
- Cloud
Im gettings this issue with using Auth0, im sure of everything in terms of connecting auth0 and appwrite, and also seems that appwrite has issues with invisible users I might say, because I had a user deleted and then I tried creating it again after some time and got this: A user with the same email already exists in the current project.
When a user logs in using oauth2, an identity is created associated with the user. When the user is deleted, the identity is deleted in the background, but it's not guaranteed when that will happen.
If you're deleting a user during development to test, you should delete the identity in the Appwrite Console before deleting the user.
If you already deleted the user, you can use a server SDK or Appwrite CLI to delete the identity.
Hmm. Ok I get this but here is another problem so the error in the title is what I get when trying to create a session with auth0, weather it was by google through auth0 or even email and password sign up, it creates the user in auth0 and gives that error in the application with a 400 code
Recommended threads
- Migration and Function glitch
I am trying to migrate from non pro appwrite project to pro appwrite project all my data but it's stuck in processing.
- Unable to signup to appwrite cloud
When attempting to create an online cloud account on appwrite.io, I get the following message : "This email address must already be in its canonical form. Pleas...
- Email address must be in its canonical f...
Hello, Recently I was trying to signup with my GitHub account with appwrite account for availing the student benifits but while trying to signup I saw such erro...