Description
👟 Reproduction steps
I updated to Appwrite 1.7.3 and the console no longer shows the Git installation ID, only Owner and when it was updated.
👍 Expected behavior
Display the installation ID so you can copy it.
👎 Actual Behavior
Installation ID does not show.
When navigating to the project Settings page there is an HTTP request to v1/vcs/installations
and the response includes a providerInstallationId: 65776313
, but using this number when creating a function results in an error: AppwriteException: Installation with the requested ID could not be found. Check to see if the ID is correct, or create the installation
.
The real installation ID is found at https://api.mysite.com/console/project-default-12345/functions/create-function
, under "Connect Git repository" in the dropdown:
Using this string when creating a function with the API works.
🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct