๐ Bug Report: Installation ID missing from Git configuration
- Dominant language
- Svelte
- Stars
- 393
- Forks
- 260
- Avg merge
- 6h 53m
- Merged PRs (30d)
- 24
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](https://appwrite.io/docs/references/1.7.x/server-nodejs/functions#create) 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?
- [x] I checked and didn't find similar issue
### ๐ข Have you read the Code of Conduct?
- [x] I have read the [Code of Conduct](https://github.com/appwrite/.github/blob/main/CODE_OF_CONDUCT.md)
Contributor guide
Assessment
This issue has not been assessed yet.