Foren

Liferay 6.2 GA6 bug(?) with minifier bundle

Andreas Hansson, geändert vor 6 Jahren.

Liferay 6.2 GA6 bug(?) with minifier bundle

New Member Beitrag: 1 Beitrittsdatum: 27.04.17 Neueste Beiträge
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, geändert vor 6 Jahren.

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

Liferay Legend Beiträge: 2416 Beitrittsdatum: 22.12.10 Neueste Beiträge
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?