jasper
jasper copied to clipboard
All issues are gone from storage
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.
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.
For anyone arriving, this PR fixes the issue! https://github.com/jasperapp/jasper/pull/293.