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
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...
- hi guys! my site is not accesible in my ...