Closed

Description
There is a bug with the minimizing of Javascript in production mode.
When the option of minimizing javascript is enabled, Magento 2 will automatically search for the .min.js files. However those files aren't generated when the option is enabled.
For this reason the administrator isn't able to change the option back to disabled.
Solution to this problem is to acces the database table core_config_data and set the key dev/js/minify_files back to 0 or 1 depends on your default setting.
I hope someone can fix this issue.
Regards,
Michiel