Replies: 6 comments
|
Hi @ajnorman-dev, would you be able to submit a failing unit test for this? |
0 replies
|
Hi @mikebronner, unfortunately I don't have a unit test set up any livewire component up yet. I can see that the ajax request is sent off for the second page of blogs, however the html payload returned is null. |
0 replies
|
please find a solution for Laravel Livewire pagination cache fix. |
0 replies
|
Same Issue here with Livewire Pagination and the package: |
0 replies
|
@jihadismail8 Thanks for following up on this. Unfortunately I can't promise any timeline for this, as this isn't on my radar for now. I would love to review and merge a PR that addresses this, though. |
0 replies
|
Same Issue here :/ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Laravel Livewire fails to return the next/previous page of a paginated list while Model Caching is enabled. Turning model caching off or using
disableModelCaching()on the query restores normal functionalityEloquent Query
Please provide the complete eloquent query that caused the bug, for example:
Stack Trace
No error is given by the application
Environment
Additional context
Add any other context about the problem here.
All reactions