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
- Self-Hosted and Multi Region support
Hey Appwrite Team, As a test and to expand self-hosted capabilities even more, i was thinking of understanding and testing how to deploy a multi-region instanc...
- Auth not working
guys my appwrite auth isnt working? oauth works (Sign in with google n discord) i have 2 websites deployed where do i get help when i do sign in with email and ...
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...