i havev a self hosted appwrite instance on a vps. appwrite seems to be working fine. all applications and websites are functional seems to ve getting data form the backend as usual. but when i try to access the appwrite dashboard. it deosn't open always shows a loading indicator. i logged into my server and ran, docker logs appwrite for the logs here what i found:
Deprecated: str_ends_with(): Passing null to parameter #2 ($needle) of type string is deprecated in /usr/src/code/app/http.php on line 583
Deprecated: str_ends_with(): Passing null to parameter #2 ($needle) of type string is deprecated in /usr/src/code/app/http.php on line 583
Deprecated: str_ends_with(): Passing null to parameter #2 ($needle) of type string is deprecated in /usr/src/code/app/http.php on line 583 Sync domains tick: 5 domains were updated [Error] Timestamp: 2025-06-16T11:07:51+00:00 [Error] Method: GET [Error] URL: /v1/account [Error] Type: Appwrite\Extend\Exception [Error] Message: User (role: guests) missing scope (account) [Error] File: /usr/src/code/app/controllers/shared/api.php [Error] Line: 375 [Error] Timestamp: 2025-06-16T11:07:57+00:00 [Error] Method: GET [Error] URL: /v1/account [Error] Type: Appwrite\Extend\Exception [Error] Message: User (role: guests) missing scope (account) [Error] File: /usr/src/code/app/controllers/shared/api.php [Error] Line: 375 [Error] Timestamp: 2025-06-16T11:07:59+00:00 [Error] Method: GET [Error] URL: /v1/account [Error] Type: Appwrite\Extend\Exception [Error] Message: User (role: guests) missing scope (account) [Error] File: /usr/src/code/app/controllers/shared/api.php [Error] Line: 375 [Error] Timestamp: 2025-06-16T11:08:02+00:00 [Error] Method: GET [Error] URL: /v1/account [Error] Type: Appwrite\Extend\Exception [Error] Message: User (role: guests) missing scope (account)
any help on how ti fix the dashboard?
Recommended threads
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...