You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
There are 3 types of repository.
Customer uses "managed" or "local" by installation guide.
It failed to fetch plugin list of webhook.
console/apps/web/src/services/project/components/ProjectAlertWebhookAddModal.vue
Line 78 in f33d74a
/* api */
const getRepositoryID = async () => {
const res = await SpaceConnector.clientV2.repository.repository.list<RepositoryListParameters, ListResponse>({
repository_type: 'remote',
});
const repositoryId = res.results ? res.results[0].repository_id : '';
return repositoryId;
};
The text was updated successfully, but these errors were encountered: