Route [filament.app.auth.logout] not defined.

Hi.

I am trying to configure the main path for a panel I have created as described here: https://filamentphp.com/docs/3.x/panels/configuration#changing-the-path.

It should be accessible from "/" instead of "/app":

 return $panel
            ->id('app')
            ->path('/')
            //...


However, this gives me the following error:

Route [filament.app.auth.logout] not defined.

Please see the stacktrace: https://flareapp.io/share/oPR0y9K5
Flare
Route [filament.app.auth.logout] not defined. - The error occurred at http://bcm.test/
Was this page helpful?