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
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...