Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to list plugin of webhooks #3616

Open
choonho opened this issue Apr 25, 2024 · 1 comment
Open

Fail to list plugin of webhooks #3616

choonho opened this issue Apr 25, 2024 · 1 comment

Comments

@choonho
Copy link
Member

choonho commented Apr 25, 2024

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

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

@WANZARGEN
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants