Bug: jobs page, when selecting past jobs tab it won't load any job. #145

Closed
opened 2026-07-17 20:39:33 +00:00 by REDCODE · 3 comments
Owner

The job count is correctly reported, but the response only contains {"jobs":[],"total":13} so the tab will never display jobs. This somehow only happens on the deployment server and I haven't managed to reproduce it on a local instance.

The job count is correctly reported, but the response only contains `{"jobs":[],"total":13}` so the tab will never display jobs. This somehow only happens on the deployment server and I haven't managed to reproduce it on a local instance.
REDCODE added the bugpage:jobsarea:frontendpriority:high labels 2026-07-17 20:39:33 +00:00
REDCODE added this to the v1.1 - Upload, Admin Tooling & Site Quality milestone 2026-07-17 20:39:36 +00:00
Owner

Do page start from 1? because this would be the problem image.png

Do page start from 1? because this would be the problem ![image.png](/attachments/b5b1522a-b180-4d43-a2a8-86e0578bbc00)
2.5 KiB
Owner

image.png

![image.png](/attachments/6977c46c-d71d-4201-ba1a-7bd76623a0c8)
2.6 KiB
Author
Owner

Lovely, so it is using 1-indexed pages when it should use 0-indexed pages. Good thing is this will be an easy fix.

Lovely, so it is using 1-indexed pages when it should use 0-indexed pages. Good thing is this will be an easy fix.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MilkyShots/MilkyShots#145