Hello there,
I'm trying to list user's session via (dotnet) server SDK but when calling /users/{userId}/sessions I receive errore due to (role: applications) missing scope (home)
The API token has complete access to auth scope.
Any idea?
Hey there 👋 Can you share your source code please? Section that makes request to API should be enough
my wild guess would be that /v1 is missing in the endpoint
damn, you're right! test by test I deleted /v1 by mistake!
[SOLVED] Server SDK - (role: applications) missing scope (home)
thanks, I was going crazy!
Recommended threads
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...