Livewire is not found #9816
Replies: 4 comments 2 replies
-
Today i faced the same issue when Uploading the filament Project to live server This link will help you https://stackoverflow.com/questions/73053717/login-issue-in-laravel-9-x-with-filament |
Beta Was this translation helpful? Give feedback.
-
Livewire JS file routes are generated dynamically. Do no serve JS files directly from the webserver. Let Laravel handle them. |
Beta Was this translation helpful? Give feedback.
-
Run Commands: |
Beta Was this translation helpful? Give feedback.
-
I have the same issue any one found the real cause ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
when I do use not different domain name than Localhost for local dev I have the issue "Livewire is not found"


Steps to reproduce
try to use https://ospanel.io/ for example, create a default Laravel project, install Livewire, and filament, set up a domain name (see the scr), and try to log in
Beta Was this translation helpful? Give feedback.
All reactions