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's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...