I have a running neos instance behind an nginx reverse proxy. But for some reason I get crossorigin errors because the scripts and stylesheets are loaded over http://
.
Why {f:uri.resource(path: 'style.css', package: 'My.Package')}
doesn’t use https
even though there is an existing domain entry with mypackage-mydomain-com | https://my-domain.com | active
?