Replies: 1 comment
-
The problem is also not related to stale cache data, as I have flushed the redis db and cleared all laravel caches. |
Beta Was this translation helpful? Give feedback.
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.
-
Livewire PowerGrid version
v6.5.2
Livewire version
v3.6.4
Laravel version
v12.21.0
Which PHP version are you using?
PHP 8.3
Which Theme are you using?
Bootstrap 5
Have you published the resource files and customized them? (php artisan vendor:publish)
No
What is the problem?
Using Redis as a cache driver leads to a error when enabling cache on a table. The error goes away when cache driver is changed to "file" from "redis". The error also goes away if I remove the caching code from the setUp().
I get the error "Undefined property: Illuminate\Pagination\LengthAwarePaginator::$__powergrid_rules" on the table.
Code snippets
How do you expect it to work?
It should not be throwing an error.
Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions