Pages are appearing white while migrating code from on-premise to cloud
Hi,
I am performing migration from AEM 6.5 on premise to AEM cloud. I have added required dependencies and the build is successful. But after deploying the code in my local, the site pages are appearing white and below error is getting caught in error.log:
GET /content/myProject/pageabc.html org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingException
org.apache.sling.scripting.jsp.jasper.JasperException: Unable to compile class for JSP: __An error occurred at line: 6 in the jsp file: /apps/myproject/components/page/basepage/basepage.jsp_PageUtils cannot be resolved_3: <%_4: // read the redirect target from the 'page properties' and perform the_5: // redirect if WCM is disabled._6: String location = PageUtils.getResolvedPath(properties.get(PageUtils.STR_REDIRECT_TARGET, ""), "", slingRequest, pageContext);_7: boolean isRedirectPage = false;_8: _9: if (location.length() > 0) { ___An error occurred at line: 6 in the jsp file: /apps/myproject/components/page/basepage/basepage.jsp_PageUtils.STR_REDIRECT_TARGET cannot be resolved to a type_3: <%_4: // read the redirect target from the 'page properties' and perform the_5: // redirect if WCM is disabled._6: String location = PageUtils.getResolvedPath(properties.get(PageUtils.STR_REDIRECT_TARGET, ""), "", slingRequest, pageContext);_7: boolean isRedirectPage = false;_8: _9: if (location.length() > 0) { ___An error occurred at line: 21 in the jsp file: /apps/myproject/components/page/basepage/basepage.jsp_PageUtils cannot be resolved_18


