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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...