Closed
Description
I recently switched a production store to have backend and frontend protected pages under https (using the configuration panel). When recompiling static assets then _pub/static/requirejs/adminhtml/Magento/backend/en_US/secure/requirejs-config.js is empty and the website is broken.
Switching back to http solves the issue.
Preconditions
- Magento 2.0.8 production mode
- php 7.0.8
Steps to reproduce
- configure Magento to use secure url in admin
- recompile static assets
- empty cache
Expected result
- Magento backend should operate normally
Actual result
- After login the interface is present but not usable (menus doesn't slide, notifies does not appear, etc)