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
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- local (self-hosted) sites issues
setup: - `composer run installer:dev` issues - Getting error when visiting the site ```Synchronous function execution timed out. Use asynchronous execution in...
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...