Open Herteby opened 8 years ago
I'm running Meteor on a server behind nginx. But the url my browser is given for the css-files is http://localhost:8000/packages/mfactory_admin-lte/css/AdminLTE.min.css
The issue is with admin-lte using the function Meteor.absoluteUrl(), which doesn't work properly behind a proxy.
I'm not having this issue with any other package, such as Bootstrap. I guess they do it some other way without using that function.
I'm running Meteor on a server behind nginx. But the url my browser is given for the css-files is http://localhost:8000/packages/mfactory_admin-lte/css/AdminLTE.min.css
The issue is with admin-lte using the function Meteor.absoluteUrl(), which doesn't work properly behind a proxy.
I'm not having this issue with any other package, such as Bootstrap. I guess they do it some other way without using that function.