I am using Laravel Filament v3 and encountered an issue when generating a resource. I generated the resource using the following command: php artisan make:filament-resource Player --generate The resource generation completed successfully, but I am experiencing strange behavior in the table view of the generated resource. Specifically: When I perform a search, apply a filter, change the number of items displayed, or navigate to another page in the table, a black screen modal immediately appears. To view the updated data (e.g., navigating to page 2), I have to manually reload the page. After reloading, the table correctly shows the intended data (e.g., page 2). I didn’t modify anything from the default generated resource Environment Details: Laravel version: 11.39 Filament version: v3.2.57 Livewire version: 3.5 PHP version: 8.2 Browser: Chrome #15190
-
I have wasted 3 days to get a solution for this issue , I have tried with fresh laravel project and filament, I have also tried this with laravel 10 version but every thing goes to waste and the problem still same |
Beta Was this translation helpful? Give feedback.
Answered by
leandrocfe
Dec 30, 2024
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
could you share this repo on Github?