
So i have a desktop app. First i created a user, then created a session. But it seems i also need JWT to call APIs (ie create document). CallingJTW with session id in header (X-Appwrite-Session), just returns:
Response: Object { "code": Number(401), "message": String("User (role: guests) missing scope (account)"), "type": String("general_unauthorized_scope"), "version": String("1.6.1"), }


x-appwrite-session is the header for the appwrite session token. Which is not the jwt token.
Recommended threads
- google auth help
i am dealing with old sing in google everytime I sign in, to deal with it i added prompts consent, which i dont know for what reason is not working, i am usin...
- C# Server error
Hi! Here is a part of the code without any important data. The error is "Server error" without more return. `` Client client = new Client() .SetEnd...
- PHP Error
Hi guys, I tried to use Appwrite for the first time in PHP and got a certificate error. I did not find any solution. I tried to create users. Here's the message...
