mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Unable to load livewire .js file #215
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @manikandang1468 on 7/5/2024
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