F
Filament2mo ago
alek

Is anyone having livewire 3.5.13 issues? Black splash screen.

Suddenly, I'm getting black screens on ALL filament "ajax" interaction. Opening a modal, clicking a table sort, etc. I've tied it back to Livewire 3.5.13. Rolling to 3.5.12 works fine. I've reduced my plug-ins and nothing is working, other than rolling back Livewire. There are no console errors, no network errors. The pages continue to work. For instance, if a table "polls" I get the black overlay, then, it polls again and I get a second one. This is strange and not sure where to start. I'll keep digging.
Solution:
There is a bug in livewire 3.5.13. Filament has locked down to 3.5.12.
Jump to solution
12 Replies
Solution
awcodes
awcodes2mo ago
There is a bug in livewire 3.5.13. Filament has locked down to 3.5.12.
alek
alekOP2mo ago
Thank you for confirming this. I've locked my livewire version for now.
hashim199
hashim1992mo ago
i have rolled back to 3.5.12 but still black page "php": "^8.1", "filament/filament": "3.2", "guzzlehttp/guzzle": "^7.2", "jeffgreco13/filament-breezy": "^2.4", "laravel/framework": "^10.10", "laravel/sanctum": "^3.3", "laravel/tinker": "^2.8", "livewire/livewire": "3.5.12", "spatie/laravel-activitylog": "^4.9", "spatie/laravel-permission": "6.10"
hashim199
hashim1992mo ago
is their anyway to recover my project - Downgrading livewire/livewire (v3.5.16 => v3.5.12): Extracting archive
awcodes
awcodes2mo ago
Why do you have filament locked to 3.2.0
hashim199
hashim1992mo ago
i dont understand u mean i should change it ? changed it to "filament/filament": "^3.2",
than composer update filament/filament still no use
awcodes
awcodes2mo ago
Maybe delete vendor directory and try a fresh composer install
hashim199
hashim1992mo ago
let me try no use
awcodes
awcodes2mo ago
Have you cleared all the caches?
Paul
Paul2mo ago
The "black screen" are lots and lots of modals that are sent from Livewire after clicking the pagination (method gotoPage). Trying to debug this too. Downgrading versions did not help in my case. Example of Livewire response: https://pastebin.com/raw/65y7Kr4M Solved by running: composer clearcache Removed /vendor/filament/ form Laravel folder. Ran: composer require filament/filament -W Then I also upgraded to the latest livewire version. My guess is that the composer clearcache sorted it.
Joshua
Joshua2mo ago
Unfortunately having this issue on a clean install of filament latest. Going to try some of the proposed fixes and see if anything helps. This does not seem to work even on latest filament with it locked to 3.5.12 livewire, ran all the steps listed above and the black screen problem persists.
hashim199
hashim1994w ago
GitHub
Table Actions not working · filamentphp filament · Discussion #15091
Package Actions Package Version v3.2 How can we help you? In my filament project recently, I have installed the liveware through bellow comment -> composer require livewire/livewire . After this...

Did you find this page helpful?