duahireAdept3 years agoHow to redirect to Custom page from Page-initialization-script Hello Team, I have to redirect to one my custom page from Permission denied page(which is throwing 400 error). How to do this from Page-initialization-script
kkritikaMentor3 years agoHi duahire Please try this in Page Init - <#if http.request.url == "PERMISSION DENIED PAGE URL" > ${http.response.setRedirectUrl('CUSTOM PAGE URL')} </#if>
Recent DiscussionsCan someone walk me through authenticating and using Postman with Aurora?SolvedContraint conversationlastpostime in Api graphql getmessages does not workLihium Community: Edit CSS: html{font-size:10px;-webkit-tap-highlight-color:transparent}Community Plugin SDK CompatibilitySolvedThe total number of views in bulk data table doesn't match the views display in community,