livewire.min.js not found
I build a panel using Filament, it was up and running fine, for this installation I placed the code in /usr/share/nginx/html/panel and nginx site pointed to /usr/share/nginx/html/panel/public.
Turns out an IT guy moved everything to /var/www/html, and edited nginx to point to /var/www/html/public.
Now the panel is broken, I was checking browser console and it is complaining about a missing livewire.min.js. I need help with this one, I already:
Turns out an IT guy moved everything to /var/www/html, and edited nginx to point to /var/www/html/public.
Now the panel is broken, I was checking browser console and it is complaining about a missing livewire.min.js. I need help with this one, I already:
- Cleared routes cache
- ran php artisan cache:clear
Solution
I just realized it when I made a copy to the original location, and the browser console is still complaining about the old route.
