I am getting an error on the production server when I try to log in to the filament panel. Everything works fine on the local server.
On the local server, I tested the network call and surprisingly it is sending a post request to the route /livewire/update. When I try to log in on the production server it sends a post request to /admin/login and this route is not defined as I have checked the routes list.
I was not checking the resources and now found out that the livewire js was not loading (giving 404) so i changed the resource path in appserviceprovide:
@OccTherapist Publishing this with tag livewire:assets actually works for me. It's strange that I can't find this in documentation for Production deployment and I am working with latest Laravel/Filament setup.