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
The GitHubV4IssueClient not found issues error occurs and not found issues (although they actually exist) are deleted.
This is probably because the ProjectNext API is deprecated in favour of the more capable ProjectV2 API.
Description
GitHubV4Client response has errors is printed to the Console in Developer Tools.
The error message is below:
{
"message": "The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.",
"type": "NOT_FOUND"
}
After that, I don't know if the above error is the cause, but I get the error GitHubV4IssueClient not found issues.
In addition, _ForceUpdateIssuePolling delete not found issues. is output and the issues that cannot be found but actually exist are deleted.