Hey folks! I got an error while using appwrite-cli on my self hosted appwrite instance, which i updated yesterday from 1.6.x to 1.7.4. As i try to login, there will be an error
2025-07-23T18:13:42.785928087Z [Error] Method: 2025-07-23T18:13:42.785932007Z [Error] URL: /favicon.ico 2025-07-23T18:13:42.785934967Z [Error] Type: Appwrite\Extend\Exception 2025-07-23T18:13:42.785938047Z [Error] Message: Route not found. Please ensure the endpoint is configured correctly and that the API route is valid for this SDK version. Refer to the API docs for more details. 2025-07-23T18:13:42.785942727Z [Error] File: /usr/src/code/app/controllers/general.php 2025-07-23T18:13:42.785945527Z [Error] Line: 1583
The appwrite-cli response is in red letters with the exception message "general_route_not_found". Does anyone has an idea?
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...