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?