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
- Not getting data
IDK what the issue is but I am stuck at a weried but that I am calling this function ``` @override Future<List<CategoryModel>> getCategories() async { t...
- Problem with the new Email policies
when user set those thing from cloud panel and when they open that page again or reload that time it forget what we have checked and it set default to false on ...
- Deleted my account, trying to signup aga...
https://cloud.appwrite.io/console/login?error=%7B%22message%22%3A%22This+email+address+must+already+be+in+its+canonical+form.+Please+remove+aliases%2C+tags%2C+o...