appwrite / appwrite/console

๐Ÿ› Bug Report: Installation ID missing from Git configuration

Open
#1,895 0 comments 0 reactions 0 assignees View on GitHub
bug
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:

![Image](https://github.com/user-attachments/assets/4afd50c8-1bdb-4e22-a9d3-53a2aefcd1f0)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.