留言板

Liferay 6.2 GA6 bug(?) with minifier bundle

Andreas Hansson,修改在7 年前。

Liferay 6.2 GA6 bug(?) with minifier bundle

New Member 发布: 1 加入日期: 17-4-27 最近的帖子
I have a porlet that works just fine in a GA4 environment, but when I deploy the exact same portlet, with exactly the same .properties-files I get this error:

{code="404", msg="/test-portletminifierBundleId=javascript.test-portlet-with-angular.files", uri=/test-portletminifierBundleId=javascript.test-portlet-with-angular.files}

The link the server is trying to access is:

http://localhost:8080/test-portletminifierBundleId=javascript.test-portlet-with-angular.files?browserId=other&languageId=en_US&b=6205&t=1493283188729

When it should actually be this:

http://localhost:8080/test-portlet/js/main.jsp?browserId=other&colorSchemeId=01&minifierType=js&minifierBundleId=javascript.test-portlet-with-angular.files&languageId=en_US&b=6203&t=1492679684000

Any help would be highly appreciated.
thumbnail
Andrew Jardine,修改在6 年前。

RE: Liferay 6.2 GA6 bug(?) with minifier bundle

Liferay Legend 帖子: 2416 加入日期: 10-12-22 最近的帖子
I can't find any reports on issues.liferay.com. I've got a few 6.2.5 projects that are pretty heavy JS users and I haven't got any issues with minification. If you disable the minifiers, do all the issues go away?