Replies: 5 comments 15 replies
-
Are you behind a proxy like Cloudflare? |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
If you are using nginx: https://filamentphp.com/tricks/fix-filament-assets-nginx |
Beta Was this translation helpful? Give feedback.
-
Found a solution at https://stackoverflow.com/a/48298029 |
Beta Was this translation helpful? Give feedback.
-
Here’s a comment-friendly and readable version for you to copy-paste: Hi everyone, If you're facing issues with Livewire or Filament assets not loading properly in production (especially over HTTPS), you can try this solution: 1- Open your routes/web.php file. use Illuminate\Support\Facades\Artisan; Route::get('/publish-livewire-assets', function () {
}); 3- Save the file and access the following link in your browser: Important: I hope this helps! 😊 |
Beta Was this translation helpful? Give feedback.
-
Hi !
Since I migrated my app (but its just a blank project for now) when I try to access the admin login page, I have issues both with Chrome & Firefox. On Chrome, messages are :
No issue when in http only. Any advice ?
Thx a lot
Beta Was this translation helpful? Give feedback.
All reactions