php artisan route:list I get the correct routes in local, but there's a strange route in production deployment (ploi.io), which I think that causes the problem. I've created the custom LoginResponse recommended by Povilas (https://laraveldaily.com/post/filament-disable-dashboard-auto-redirect-url-after-login), but this doesn't solve the problem. Where does this "filament.app.home" route come from?->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.