farhanshares
HTTP 404 Livewire.js
I had the issue and been debugging for the last couple of hours. /livewire/livewire.js is handled by laravel router but it is being treated as static files by nginx/traefic.
Either define a location block in nginx config to specially handle that route, or, change the livewire route (e.g. make it /livewire/livewire-js).
21 replies