#AppwriteException
13 messages · Page 1 of 1 (latest)
This error means the account already exists and is "logged in"
if you check your appwrite db, the account with those credentials should exist
u have to delete both the user and the document associated with that user if u want to use those same credentials
I have a question though
Why do we have to delete the user if we are just logging in
I have that error when signing in
You can just delete the user's session on the Auth > View Account of the User > Sessions on your Appwrite dashboard when logging in.
When signing up again with the same email, you'd have to delete the user
oh i do that now
is that intended
also im having issues with redirecting to the homepage as a logged in user
Yup, every time you log in there's a session that gets created for the account.
mind sharing the code?