Execution list request return count -1

Hi,
I found that after updating to a certain version, the executions list could not be scrolled. However, I’m not sure exactly which version caused the issue. Now, even after updating to the latest version, the problem still persists.

Then I checked the browser console and found that the request for the executions list returned a count value of -1. I suspect this might be the root cause of the issue.
(on server, version 1.94.1)

Then I deployed an instance on my MacBook and found that the returned count is total of executions, which appears to be correct. Additionally, the scrollbar worked properly.
(on MacBook, version 1.94.1)

I’d like to know why the system would return a count value of -1.
Thanks!

@pigleter

It might be worth digging into the db, postgres or sqlite, to see if you can find table with this, this seems like a bug to me, do you have any idea which version from and to, have you been able to reproduce it at all?

Regards,

Samuel