We are getting 404 errors for rte.min.js, default.min.js and widget.js after migration from AEM 6.2 to AEM 6.5. We are getting this error only in dispatcher so we tried allowing these filters in publish_filters.any file and the occurences of errors reduced but we can still see some errors related to rte.min.js and we got reference error for widgets.min.js. Attaching the screenshot for reference:
Before dispatcher changes:
After including filters in dispatcher "/libs/cq/ui/*" & "/libs/cq/searchpromote/*"
Can someone please give any pointers on how we can resolve this issue?
Thanks & Regards,
Abhishek
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Abhishek,
As initial diagnoses , could you confirm what is the js minification compiler ? I hope it is GCC. If not , please follow the below steps.
1- Open the "Adobe Granite HTML Library Manager" and set the JS processor configuration to "min:gcc;" to use Google Closure compiler.
2- Open the URL "http://localhost:45010/libs/granite/ui/content/dumplibs.rebuild.html".
3- Click on "Invalidate Cache".
4- Click "Rebuild libraries".
Hi Abhishek,
As initial diagnoses , could you confirm what is the js minification compiler ? I hope it is GCC. If not , please follow the below steps.
1- Open the "Adobe Granite HTML Library Manager" and set the JS processor configuration to "min:gcc;" to use Google Closure compiler.
2- Open the URL "http://localhost:45010/libs/granite/ui/content/dumplibs.rebuild.html".
3- Click on "Invalidate Cache".
4- Click "Rebuild libraries".
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies