Nils Domin
Strange routes behaviour in production
I found the problem: the installation of a new panel caused an error in the created AppPanelProvider.
->discoverPages(in: app_path('Filament/App/Pages'), for: 'App\\Filament\\App\\Pages')
had a lowercase "/app/" and "\app\" instead of "/App/" and "\App\". It's really strange, but correcting that fixed my problem.4 replies