console icon indicating copy to clipboard operation
console copied to clipboard

Fail to list plugin of webhooks

Open choonho opened this issue 1 year ago • 1 comments

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.

image

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; };

choonho avatar Apr 25 '24 05:04 choonho

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.

WANZARGEN avatar Nov 19 '24 04:11 WANZARGEN