Assets CSS and JS files won't load over https #5369
Unanswered
maxacarvalho
asked this question in
Help
Replies: 2 comments 9 replies
-
|
Try |
Beta Was this translation helpful? Give feedback.
7 replies
-
|
hey @maxacarvalho i have the same problem and im also using Caddy |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm just trying out Filament. I have a fresh Laravel installation running with Sail + Caddy for HTTPS.
It's very basic, I don't have any route, or controller, nothing. I just installed Laravel, Livewire and Filament.
When I try to load the admin panel the styles and JS won't load because I get a mixed content response. The CSS and JS coming from Filament are loading with
httpinstead ofhttps, I don't understand why. I already tried to debug the code investigated the Filament source code but I can't figure it out.The Laravel Welcom page loads perfectly well, so there's definitely something off with the Filament installation and my setup.
Here's my
.env:My
config.app.php:My
docker-compose.ymlThanks!
Beta Was this translation helpful? Give feedback.
All reactions