Unable to load livewire .js file #215

Closed
opened 2026-04-05 20:25:58 +02:00 by MrUnknownDE · 0 comments
Owner

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

*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_
Sign in to join this conversation.