Skip to content
Back

There was an error processing your request. Please check the inputs and try again

  • 1
  • Auth
  • Web
  • Cloud
KakashiMan
18 Feb, 2025, 01:44

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.

TL;DR
Error occurred while trying to create a session with Auth0 for developers. Deleting a user doesn't guarantee deletion of the associated identity. Delete the identity in the Appwrite Console before deleting the user, or use a server SDK or Appwrite CLI. Issues with Auth0 and Appwrite might arise due to invisible users. When re-creating a previously deleted user, it prompts 'A user with the same email already exists in the current project'.
Steven
18 Feb, 2025, 01:45

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.

KakashiMan
18 Feb, 2025, 01:56

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

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more