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
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...