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

May I know what I've missed?
Screenshot_2023-11-03_at_3.02.10_PM.png
Solution
all good!

This is the error
loaded over HTTPS, but requested an insecure script


added this code using render hooks
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
Was this page helpful?