login page not found in production
Hello, I've deployed a very simple filament app to production, based on laravel 11. Since the new version of laravel doesn't come with auth, so I simply used filament login instead. Now, while the app seems to work alright in local development environment, when deployed to production, I'm getting 404 on /login route.
How do I ensure that filament auth is available on /login page?
How do I ensure that filament auth is available on /login page?