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
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...