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
- delete cancelled site deployment
I would like to remove a cancelled site deployment, but the site menu shows only "Redeploy".
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...