#appwrite-cli error on appwrite 1.7.4

1 messages · Page 1 of 1 (latest)

neat quest
#

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?

neat quest
#

Really no idea?

abstract agate
#

can you please share a screenshot of the command as well as the error?

neat quest
#

The Error i posted is from the appwrite-docker container, the console output ist html with the message "general_route_not_found". Tha looks like this

neat quest
oak sand
#

I think the issue is that your database and Redis are not connected to the same Docker network as Appwrite. You need to check which Docker network Appwrite is using, and then connect both the database and Redis containers to that network.

neat quest
#

Okay and why do you think that? All docker containers are running well and there is no other problem with appwrite on this system. The cli connection does not work since the upgrade from 1.6.x to 1.7.4

oak sand
#

You can try to check if the network is attached correct:
docker network inspect <network name> | grep appwrite-redis
if it return empty is not connected.

neat quest
#

I checked the connection, everything is ok .. the problem remains

abstract agate
neat quest
#

Absolutly weird! But here, there are the last errors from the appwrite container logs

[Error] Type: Appwrite\Extend\Exception
[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.
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 1583
[Error] Timestamp: 2025-07-26T15:26:39+00:00
[Error] Method:
[Error] URL: /boaform/admin/formLogin
[Error] Type: Appwrite\Extend\Exception
[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.
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 1583
[Error] Timestamp: 2025-07-26T15:47:53+00:00
[Error] Method:
[Error] URL: /account/sessions/email
[Error] Type: Appwrite\Extend\Exception
[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.
[Error] File: /usr/src/code/app/controllers/general.php
[Error] Line: 1583

soft jackal
neat quest
#

@soft jackal that works!! OMG unbelievable! Thank you so much