
Hey just a query... Is this something you would want reported as a GH issue?
I found that whilst posting to the CreateUser endpoint of the Users API, if you include a name in the body request but the name is null, you get a server error response, with no information as to what the actual problem is. sending nulls for email, password and phone is fine - its just the name being null which causes the issue.
Just wanted to check if this sort of thing is something you want a bug for, or something that should be left alone...
Have attached a postman request showing what request I am sending, and the response I am getting. (I can of course resolve the issue by not sending anything for name, or providing a string value, I don't have an issue with that aspect, just whether you would like a bug for the behaviour)
Recommended threads
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
- Appwrite custom domain verification fail...
So I've left enough time for the records to propagate and I've tried adding in a subdomain for the appwrite endpoint so as not to cause a clash with two CNAME r...
- Check User on Server SDK
I have my backend which exposes some endpoints let's say /feed (return a hard coded json as response) I want this to be only accessible to users who are curre...
