I have a big problem with this file.
What I need is to recreate this file:
/pub/static/adminhtml/Magento/backend/en_US/rjsResolver.js
What is problem: I have 404 when I enter backend or frontend for this one particular file.
What I do:
Manually remove pub/static/frontend and pub/static/adminhtml
Run bin/magento setup:static-content:deploy in the Magento root directory
Run bin/magento cache:clean
I think this one file is from https://github.com/magento/magento2/blob/develop/app/code/Magento/Theme/view/base/requirejs-config.js#L13
I check and didn't help: https://github.com/magento/magento2/issues/2843 Checked: https://github.com/magento/magento2/issues/6409
My problem is that I cannot enable "Sign Static Files" in server (some Nginx issues so no possible right now)
Is there a solution to recreate it? It was work before update from 2.0;
I have now: Magento 2.1.7 I deploy static-files, have developer mode, cache clean, do some other stuff and nothing work.