EilonOriginal post
Rank 2: Process
https://appwrite.io/docs/references/cloud/server-nodejs/users#get
According to the docs it should return the User object, but it returns only an object with a jwt property with the token as an argument.
I'm hoping this is my mistake and not a bug?
Thanks
Summary
Developers found an issue with the 'Get User' function in the node js sdk. The expected return of a User object is only a jwt property with the token. They are seeking confirmation if this is a mistake or a bug.