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
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?