Fail to list plugin of webhooks
There are 3 types of repository.
- remote (old legacy for v1.x)
- manged
- local
Customer uses "managed" or "local" by installation guide.
It failed to fetch plugin list of webhook.
https://github.com/cloudforet-io/console/blob/f33d74a7d0e9961ff3982d452a89b835b55e3e51/apps/web/src/services/project/components/ProjectAlertWebhookAddModal.vue#L78
/* api */ const getRepositoryID = async () => { const res = await SpaceConnector.clientV2.repository.repository.list<RepositoryListParameters, ListResponse<RepositoryModel>>({ repository_type: 'remote', }); const repositoryId = res.results ? res.results[0].repository_id : ''; return repositoryId; };
Thank you for reporting this issue!
We’re aware of this and are actively working on an improvement to the Alert feature that will address this problem. The update is planned for an upcoming release, and it should resolve the issue you're experiencing.