Appwrite creates new user in Auth but doesnt create it in users database
- 0
- Web
- Tools
- Auth
- Databases
- Self Hosted
This function creates a new user in Auth directory, but it fails to add a user to the database > users folder that i created. I double checked for any errors inside the appwrite folder config but i cant find any... All users are permitted to do anything with the database for now and it's still not working.
Hello! I'm not familiar with JavaScript, but when you create the document, I think it should be a dictionary to provide. With the attribute alongside the value. Something like {userName: aaa, email: aaa@bbb.com}
hi, you mean this?
Yes, in the data attribute
Recommended threads
- Error | general_unknown
I have built a website using Appwrite Cloud as backend, and also using sites for deployment. My website is live but sometimes it shows Appwrite's Error general_...
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...
- functions domain error
I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...