Mixed content on the admin side?
-
So we are running our new store in google cloud with a SSL proxy.
From the main site we have fixed this issue with adding the follow line to the AppServiceProvider.php
$this->app['request']->server->set('HTTPS', true);
Then the forums on the (frontend) store are fine, but when visiting the admin area I see that the stylesheet/js etc is loaded with http >> /vendor/webkul/admin/assets/js/admin.js
How to fix this?
-
Check the APP_URL in the
.env
file.