Open ismailcaakir opened 10 months ago
You may not have set a default panel? If you look in FilamentManager, getCurrentPanel
is returning null.
Can you include the stack trace for this error and the steps to reproduce?
@ismailcaakir is this still an issue or did the above work?
I still have the same problem although I confirmed that the 'getCurrentPanel' function does not return null So what is the solution ?
Hi, I had the same error, and I fixed it by adding this: ->default()
to the$panel
.
Call to a member function getPlugin() on null at vendor/filament/filament/src/FilamentManager.php:282
Versions: Breezy: v2.2.5.1 Laravel: 10.40.0 PHP: 8.2.14 Filament: 3.1.42
My Panel Code is: