Working on getting our first v3 site up and running on a dev server (AWS EC2 with Cloud9).
Strange behaviour: the site itself is using the https:// url I provided in the .env, so links and mix assets work fine. The control panel however (starting at the login screen) tries to include css and js via http://. Is there a way to prevent this behaviour?
While all external requests are redirected to http:// via the load balancer, these are somehow slipping through ..