Setting the filament default page
I'm getting an error on my production site stating that: No default Filament panel is set. You may do this with the default() method inside a Filament provider's panel() configuration. Error Type: Filament\Exceptions\NoDefaultPanelSetException
I never had to set that locally or on my staging site. /admin would just get me to the dashboard.
Why do I suddenly have to set this and how do I get the standard behavior? I guess I need to edit the default() method in the AdminPanelProvider.php, but what do I put in there?
Also, when looking in the
I never had to set that locally or on my staging site. /admin would just get me to the dashboard.
Why do I suddenly have to set this and how do I get the standard behavior? I guess I need to edit the default() method in the AdminPanelProvider.php, but what do I put in there?
Also, when looking in the
Filament\Resources\DashboardResource folder, it's empty.