This request has been blocked; the content must be served over HTTPS.
-
Hello,
Iām experiencing an issue with my live application after deployment where certain resources are not loading due to a mixed content error. The error message in the browser console is as follows:
-
Hello @francis_dev
I just checked your website (https://shopify.thewtus.com/) and i did'nt found anyting there in the console. Kindly provide some info regarding same.
kindly check the below screenshot for your reference.
Also kindly confirm.
Thanks & Regards
-
I had to force https in the app service provider
if (env('APP_ENV') !== 'local') {
URL::forceScheme('https');
}
It worked fine , thank you, though for checking up