Solved Error minifying addon JS when external service down

This topic has been solved
M

mattrogowski

Guest
Might not be classed as a bug but is an issue one way or another.

XF\Service\AddOn\JsMinifier makes a cURL request to https://closure-compiler.appspot.com/compile, which is currently throwing a 503 error and saying Over Quota This application is temporarily over its serving quota. Please try again later.

This means it's currently impossible to build addons that have minified JS. xf-addon:build-release fails with Unexpected error while minifying JS: Empty result...

Read more

Continue reading...