Closed miconx closed 9 years ago
GET http://127.0.0.1:3000/packages/mfactory_admin-lte/css/AdminLTE.min.css
and
GET http://127.0.0.1:3000/packages/mfactory_admin-lte/css/skins/skin-blue.min.css
will be blocked on sites which use https ...
We are using Meteor.absoluteUrl, maybe your ROOT_URL isn't https?
ROOT_URL
https
yes this was the culprit, thanks!
How to change this?
GET http://127.0.0.1:3000/packages/mfactory_admin-lte/css/AdminLTE.min.css
and
GET http://127.0.0.1:3000/packages/mfactory_admin-lte/css/skins/skin-blue.min.css
will be blocked on sites which use https ...