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!