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('/')
//...
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/
2 Replies
LeandroFerreira
LeandroFerreira16mo ago
->id('app')
->path('')
->login()
->id('app')
->path('')
->login()
oliverbusk
oliverbuskOP16mo ago
This didn't fix it unfortunately.. Still the same error
Want results from more Discord servers?
Add your server