You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the navigation, and page is only registered when the panel id is identical to admin.
In fact, where I want to use this plugin, the panel id is different than 'admin'.
The route is registered in route:list but returns a 404.
If I adjust something wrong in the config file, the URL returns a PHP error, so it tries to loads it.
If I change the panel id to 'admin', it starts to work and the navigation is visible.
Unfortunately no clue where this logic lays around in Filament plugins.
Laravel: 11.30
PHP: 8.3.12
Filament: 3.2.122
The text was updated successfully, but these errors were encountered:
It seems like the navigation, and page is only registered when the panel id is identical to
admin
.In fact, where I want to use this plugin, the panel id is different than 'admin'.
route:list
but returns a 404.If I change the panel id to 'admin', it starts to work and the navigation is visible.
Unfortunately no clue where this logic lays around in Filament plugins.
Laravel: 11.30
PHP: 8.3.12
Filament: 3.2.122
The text was updated successfully, but these errors were encountered: