I upgraded to 1.7.3. Allowed Github repositories are not listed when I try to create a function, despite Appwrite showing an existing git connection. When I check the appwrite logs, I get these errors:
[Error] Timestamp: 2025-05-25T09:06:54+00:00
[Error] Method: GET
[Error] URL: /v1/vcs/github/installations/:installationId/providerRepositories
[Error] Type: Utopia\Exception
[Error] Message: Param "type" is not optional.
[Error] File: /usr/src/code/vendor/utopia-php/framework/src/App.php
[Error] Line: 693
When I try to reconfigure the GitHub connection, everything goes well, but I am redirected to an my domain that throws a 404 error on Appwrite. :https://appwrite.example.com/console/project-68245eb1000e0038371b/settings?alert=installation-updated
Recommended threads
- Creating a function on appwrite Cloud.
I am trying to create a function on Appwrite cloud. I go to the console. I hit : Create function I choose DART-3.5 I put a name for my function : NameFunction...
- Function connected custom domain error: ...
My domain is served through Cloudflare. Domain is now connected with the appwrite function. But when accessing the domain, I get the below error. Any suggestion...
- Error | general_unknown
I have built a website using Appwrite Cloud as backend, and also using sites for deployment. My website is live but sometimes it shows Appwrite's Error general_...