Where exactly can we enable session write scope?
TL;DR
The issue was due to the API key needing updates on permissions to enable the session write scope. This could be done by updating the role to include the necessary scope `(sessions.write)`.TypeScript
type: 'general_unauthorized_scope',
response: {
message: 'app.65bfe448c590208a708d@service.appwrite.domain.com (role: applications) missing scope (sessions.write)',
code: 401,
type: 'general_unauthorized_scope',
version: '1.5.1'
}``` I'm trying out the ssr example, after update, i haven't done anything to the server
oh the api key was needing some updates on permissions
[SOLVED] 1.5.1 Session write scope.
Recommended threads
- [SOLVED] Error upgrading from 1.8.1 to 1...
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...