
My Signup Form does not seem to work and the Auth is very hard:
I attached the signup and the AuthContext:

What doesn't work? Are you getting errors? What's the error?

Yes, the error I get is email is already taken even when the user email is a new one and does not exist in database

I can see the users that singup on the database

What is the exact error from this
console.error("Registration error:", err);

Okay I am getting two errors

POST https://cloud.appwrite.io/v1/account 409 (Conflict)

This is the second: AuthContext.jsx:71 Registration error: AppwriteException: A user with the same id, email, or phone already exists in this project.
at _Client.<anonymous> (http://localhost:3000/node_modules/.vite/deps/appwrite.js?v=2d1e6e71:466:15)
at Generator.next (<anonymous>)
at fulfilled (http://localhost:3000/node_modules/.vite/deps/appwrite.js?v=2d1e6e71:13:24)

I created seven users

Could you send a screenshot of just the name/identifier like this

Okay let me do that

This is it

Did you create those manually?

yes

I did

I don't think it'll do anything but you should await registerUser when you're calling it

open dev tools in the browser and go to the network tab and see the post request it's making

but honestly I don't see what could be the issue rn

WOW, This is peak frustration. For over two weeks with an ordinary auth bug

Let me try this

Honestly I've never ran into this issue, I think it's something to do with how you've setup your context.

I want to try the signup without using context again

Thanks a lot @Kenny I really appreciate. It did not work but it is super late here. I will troubleshoot in the morning

A user with the same id, email, or phone already exists in this project.

For some weird reason, I created a new project overnight and the auth seems to work
Recommended threads
- Console not loading and APIs returning 5...
We use Appwrite storage for static files The APIs either take a long time to load or respond or sometimes return 524 status code. Same with the web console for...
- OTP does not work on login page and user...
Hi there, Since updating from 1.6.2 to 1.7.3 the OTP function does not work anymore. I always get this error: ``` Invalid otp param: Value must be a valid str...
- setup custom domain to appwrite but stil...
i just installed a Appwrite instance in my vps and i did all default otions exept the domain i have setuop its dns as A records pointing to my vps ip altho...
