jasper icon indicating copy to clipboard operation
jasper copied to clipboard

All issues are gone from storage

Open yuri-tceretian opened this issue 1 year ago • 2 comments

It looks like something has changed to Github API. In logs I see that it finds issues, then error

{
  "errors": [
    {
      "message": "Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.",
      "type": "NOT_FOUND"
    }
  ]
}

and followed with message from GitHubV4IssueClient

not found issues: 1 count
{
  "notFoundIssues": [
    "https://github.com/******"
  ]
}

In UI it shows changes issues and then after ~30 seconds all issues are gone.

yuri-tceretian avatar Apr 02 '25 17:04 yuri-tceretian

Indeed, the link mentions that the API has been deprecated and its EOL was yesterday:

REST API Timeline April 1, 2025: The REST API for Projects (classic) will be sunset.

yuri-tceretian avatar Apr 02 '25 17:04 yuri-tceretian

For anyone arriving, this PR fixes the issue! https://github.com/jasperapp/jasper/pull/293.

damassi avatar Apr 06 '25 17:04 damassi