Unable to load livewire .js file
manikandang1468 opened this issue · 1 comments
manikandang1468 commented
CloudPanel version(s) affected
2024
Description
after changing the vhost config " try_files $uri /index.php?$query_string; " but livewire .js not loading
How to reproduce
use any laravel with livewire application
Possible Solution
vhost not allows .js even after updated the vhost " location = /livewire/livewire.js {
expires off;
try_files $uri $uri/ /index.php?$query_string;
} "
Additional Context
No response
cloudpanel-io commented
It's not CloudPanel bug.