The app crashes when finishing a book, there are the only bad requests on the logs
Completed
Jun 4, 2025
Thanks for reporting the issue.
After reviewing the logs, the 404 errors you're seeing on /previous and /next are expected, they just indicate that there are no more books in that direction, so they’re not related to the crash.
However, the 400 error on /read-progress points to a failure in marking a page as read, which may be the root cause of the crash. I'm investigating this now and should have a fix ready shortly.
Thanks for reporting the issue. After reviewing the logs, the 404 errors you're seeing on /previous and /next are expected, they just indicate that there are no more books in that direction, so they’re not related to the crash. However, the 400 error on /read-progress points to a failure in marking a page as read, which may be the root cause of the crash. I'm investigating this now and should have a fix ready shortly.