After update to latest we can't edit with pro anymore

Latest Pro gives the following error:
A conflict on the front end of your site has prevented the preview from loading.

If I look in Chrome Dev Console:
ncaught TypeError: Cannot read property ‘Ember’ of undefined
at VM256 c7853.js:447
at VM256 c7853.js:540
at VM256 c7853.js:53802
VM256 c7853.js:338 Uncaught Error: Could not find module ember imported from cornerstone/app
at missingModule (VM256 c7853.js:338)
at findModule (VM256 c7853.js:349)
at Module.findDeps (VM256 c7853.js:259)
at findModule (VM256 c7853.js:353)
at requireModule (VM256 c7853.js:115)
at VM258 e9474.js:49137
cs.js?ver=2.1.2:4291 Preview timeout
(anonymous) @ cs.js?ver=2.1.2:4291
VM251 70332.js:9 JQMIGRATE: Migrate is installed, version 1.4.1
VM256 c7853.js:447 Uncaught TypeError: Cannot read property ‘Ember’ of undefined
at VM256 c7853.js:447
at VM256 c7853.js:540
at VM256 c7853.js:53802
VM256 c7853.js:338 Uncaught Error: Could not find module ember imported from cornerstone/app
at missingModule (VM256 c7853.js:338)
at findModule (VM256 c7853.js:349)
at Module.findDeps (VM256 c7853.js:259)
at findModule (VM256 c7853.js:353)
at requireModule (VM256 c7853.js:115)
at VM258 e9474.js:49137

This problem is migiated by disabling W3 total cache minify for logged in users. There might be a better way to exempt the JS from minify, but I am not really sure which JS file that would be?

Hello There,

Thanks for writing in! The JS and CSS files in the theme is already minified. The exemption of these files would really help. Please do not minify these files:

  • ././your-stack-styles.css
  • …/framework/js/dist/site/x-head.min.js
  • …/cornerstone/assets/dist/js/site/cs-head.js
  • …/framework/legacy/cranium/js/dist/site/x-head.min.js
  • …/framework/js/dist/site/x-body.min.js
  • …/cornerstone/assets/dist/js/site/cs-body.js
  • …/framework/legacy/cranium/js/dist/site/x-body.min.js

Hope this helps.

Did not work with exception for that JS files.

Hi,

Try to set Minify Mode to Auto.