Skip to content

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

Answered by leandrocfe
vit-ndpm asked this question in Help
Discussion options

You must be logged in to vote

could you share this repo on Github?

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@vit-ndpm
Comment options

@leandrocfe
Comment options

@vit-ndpm
Comment options

@leandrocfe
Comment options

Answer selected by vit-ndpm
@vit-ndpm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants