I have migrated from 1.6.1 to 1.7.4. First moving to 1.6.2, then to 1.7.0 and after that to 1.7.4.
I tried to deploy a new site but the connection to github was not responding. This is something that happened to me before but I solved it removing the connection in the Settings page add add it again.
Unfortunately I cannot reconnect, I am correctly send to the Github app when trying to connect but when I click Save in Github, I get the following error:
Error 500 Server Error general_unknown
When I check the logs of the container I get the following:
2025-05-27T11:45:21.767662744Z [Error] Timestamp: 2025-05-27T11:45:21+00:00
2025-05-27T11:45:21.767707048Z [Error] Method: GET
2025-05-27T11:45:21.767721773Z [Error] URL: /v1/vcs/github/callback
2025-05-27T11:45:21.767748304Z [Error] Type: Utopia\Database\Exception\Structure
2025-05-27T11:45:21.767759432Z [Error] Message: Invalid document structure: Unknown attribute: "personalRefreshToken"
2025-05-27T11:45:21.767772760Z [Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php
2025-05-27T11:45:21.767786632Z [Error] Line: 3653
2025-05-27T11:45:21.809611861Z [Error] Timestamp: 2025-05-27T11:45:21+00:00
2025-05-27T11:45:21.809677068Z [Error] Method:
2025-05-27T11:45:21.809687000Z [Error] URL: /fonts/inter/inter-v8-latin-600.woff2
2025-05-27T11:45:21.809697056Z [Error] Type: Appwrite\Extend\Exception
2025-05-27T11:45:21.809707637Z [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-05-27T11:45:21.809720751Z [Error] File: /usr/src/code/app/controllers/general.php
2025-05-27T11:45:21.809740921Z [Error] Line: 1583
Thank you in advance
Recommended threads
- JavaScript heap out of memory during bui...
I am running into heap out of memory when I am trying to build an Appwrite site. Usually this can be fixed by modifying the `max-old-space-size` configuration, ...
- client.ping() does not appear to work.
After upgrading to 1.8.0, I ran the `starter_for_flutter` and tested the ping. It failed with a "Server Error". I tried this again on my production instance (1...
- Is there any reason you cant use a manag...
So quick context I would like to host a selfhosted Appwrite instance and I personally prefer to use managed DBs when able and really like to keep my DBs on dedi...