Hi All, I'm currently trying to add the google api services dcm/dfa reporting client library to an existing AEM project in order to track offline conversions. I have added the dependancies in both the project pom.xml and the core pom.xml and now all of the pages on the website are returning this err...
The code of method render(PrintWriter, Bindings, Bindings, RenderContext) is exceeding the 65535 bytes limitI'm just extending the functionality of an existing component and I am now receiving this error. If I remove a certain amount of the code (Any code) The component functions properly again.Does...