
When navigating to a settings page in a bucket i recieve a 404 with the following error:
TypeScript
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.
TL;DR
Developers encountering 404 error when accessing settings page in a bucket after updating. Error message suggests a route issue. To resolve, check appwrite version compatibility and examine routing in '/usr/src/code/app/controllers/general.php'.
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
- Storage getFilePreview for GIF file retu...
Used to work in 1.6.x but with 1.7.4 upgrade it seems to be broken.
- CORS errors with storage bucket
I have a javascript file in the storage bucket and I used the view endpoint in an `src` attribute of a `<script>` tag. But I am getting the `net::ERR_BLOCKED_BY...
- Admin panel
