When navigating to a settings page in a bucket i recieve a 404 with the following error:
2025-06-06T12:02:46.582655899Z [Error] File: /usr/src/code/app/controllers/general.php
2025-06-06T12:02:46.582719111Z [Error] Line: 1209
2025-06-06T12:02:46.779274776Z [Error] Timestamp: 2025-06-06T12:02:46+00:00
2025-06-06T12:02:46.779331164Z [Error] Method:
2025-06-06T12:02:46.779336723Z [Error] URL: /v1/organizations/67f627ewee03e5c2e77e5/plan
2025-06-06T12:02:46.779341312Z [Error] Type: Appwrite\Extend\Exception
2025-06-06T12:02:46.779345572Z [Error] Message: The requested route was not found. Please refer to the API docs and try again.
This is self hosted and happens on new buckets aswell.
What is your appwrite version? it's a new instance od did you upgrade from a older version?
We updated from 1.6.0 to 1.6.2 a few weeks ago
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...