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
Vp9mo ago
Try filament:upgrade and build assets if you have custom theme
lazydog
lazydog9mo ago
not yet resolve when I ran the filament:upgrade and aforementioned commands
Solution
lazydog
lazydog9mo 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">