these links can help you to understand that issue and fix it:
I can only assume that you either specify the wrong store in SHOPIFY_STORE or use some other password (not from Theme Access app)
Users are experiencing widespread minification failures on Shopify’s CDN, affecting hundreds of CSS and JavaScript files. The error messages indicate Shopify’s CDN is attempting to transform modern JavaScript (ES6) features—such as classes, const/let declarations, and object literal extensions—to ES5, but this transformation is not supported by their current tooling.
Key Technical Details:
/cdn/shop/t/104/assets/Proposed Solutions:
Current Status:
No official response from Shopify staff addressing why their CDN targets ES5 while themes use ES6. The discussion remains open with users seeking clarification on whether this impacts performance metrics (TTFB, FCP) and requesting official guidance.
these links can help you to understand that issue and fix it:
I can only assume that you either specify the wrong store in SHOPIFY_STORE or use some other password (not from Theme Access app)