F
Filament17mo ago
lazydog

Style

This is my first time to encounter an error like this. I've already run these commands but still not resolve. But in my local, its working all good.
php artisan route:clear
php artisan view:clear
php artisan cache:clear
php artisan optimize
php artisan route:clear
php artisan view:clear
php artisan cache:clear
php artisan optimize
May I know what I've missed?
No description
Solution:
all good! This is the error
loaded over HTTPS, but requested an insecure script
loaded over HTTPS, but requested an insecure script
added this code using render hooks...
Jump to solution
3 Replies
Vp
Vp17mo ago
Try filament:upgrade and build assets if you have custom theme
lazydog
lazydogOP17mo ago
not yet resolve when I ran the filament:upgrade and aforementioned commands
Solution
lazydog
lazydog17mo ago
all good! This is the error
loaded over HTTPS, but requested an insecure script
loaded over HTTPS, but requested an insecure script
added this code using render hooks
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">

Did you find this page helpful?