You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pagination on task pages does not work.
When I click the next button, a request is sent, in response we receive a json with a new set of tasks, but they are not displayed on the page. The tasks of the first page are displayed. It does not matter how many times I clicked the next button.
This happens on all task pages (completed, unsuccessful, etc.)
There are no errors in the browser console. There are also no errors in loading assets.
Steps To Reproduce
To reproduce the problem, you need to open the dashboard, go to any section with tasks where the number is more than 50 and try to load the next page
The text was updated successfully, but these errors were encountered:
We'll need more info and/or code to debug this further. Can you please create a repository with the command below, commit the code that reproduces the issue as one separate commit on the main/master branch and share the repository here?
Horizon Version
5.30.0
Laravel Version
9.52.17
PHP Version
8.1.29
Redis Driver
PhpRedis
Redis Version
5.0.7
Database Driver & Version
MySQL 8
Description
Pagination on task pages does not work.
When I click the next button, a request is sent, in response we receive a json with a new set of tasks, but they are not displayed on the page. The tasks of the first page are displayed. It does not matter how many times I clicked the next button.
This happens on all task pages (completed, unsuccessful, etc.)
There are no errors in the browser console. There are also no errors in loading assets.
Steps To Reproduce
To reproduce the problem, you need to open the dashboard, go to any section with tasks where the number is more than 50 and try to load the next page
The text was updated successfully, but these errors were encountered: