but wouldn't that mean each request would have to be parsed by the publisher which would increase the request processing overhead.Writing redirect rules on dispatcher takes care of the request being handled at the CDN layer itself.
Hey guys, I have a requirement wherein the site is undergoing restructuring - old pages are being deactivated/deleted & new pages coming up.For old pages which might have been bookmarked we need to redirect them to the homepage.The site has 1000+ pages and maintaining an change might not be an optio...
@EstebanBustamante- removing all the custom files solved the issue but there is the main issue. when deploying originally the code even if riddled with errors is working fine, adding my custom js breaks the authoring - is that the correct behavior?shouldn't it break when we deploy the committed code...
removing my tweaks is not restoring the edit layer so thats not the thingnot sure why adding custom code will break the js layer but removing the changes won't restore
But before my custom tweaks too the console errors were still there & edit layer was still loadingi removed my custom code and then tried still the issue persistedso not sure how to proceed - only way is to reinstall the codebase
yes rebuilt all the libraries and invalidated all caches but no luckErrors are as below -a Uncaught TypeError: Cannot read properties of null (reading 'getAttribute')b 404 not found for png resourcesc Uncaught ReferenceError: $jscomp is not defined at/libs/cq/gui/components/authoring/dialog/clientli...
hey guys,I started working on a existing codebase which has bunch of JS errors coming in console by default.when i started to tweak things around, the console still has same number of errors but this time I am not able to edit the components. any suggestions what could cause the authoring experience...
for any 3rd party dependency download in our own project we generally don't set pipeline variable.i want to first upload my artifacts to a remote repo and then have them download as dependency such as we do with acs commons
this works! but what is the drawback of using this vs pipeline variable?If my remote repo contains artifact that are required to be download w/o any action from a user then isn't it better to allow download as part of repo defined settings.xml?