Hello We use the code $this->_assetsCollection ->addFilter(new \Phalcon\Assets\Filters\Jsmin()) ->join(true) ->setTargetPath($filePath);
$assetsManager->set('CompilationJSAssets', $this->_assetsCollection);
And when we call $assetsManager->outputJs('CompilationJSAssets'); 502 error occurs
This error occurs only when we use new \Phalcon\Assets\Filters\Jsmin()
Probable something wasn't inslalled on the server side. Help us please.