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.
12 Replies
Solution
There is a bug in livewire 3.5.13. Filament has locked down to 3.5.12.
Thank you for confirming this. I've locked my livewire version for now.
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"
is their anyway to recover my project
- Downgrading livewire/livewire (v3.5.16 => v3.5.12): Extracting archive
Why do you have filament locked to 3.2.0
i dont understand u mean i should change it ?
changed it to
"filament/filament": "^3.2",
than composer update filament/filament still no use
than composer update filament/filament still no use
Maybe delete vendor directory and try a fresh composer install
let me try
no use
Have you cleared all the caches?
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.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.
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...