Landing page loading issue
Hi,
Working on an unsubscription page for the lead schema. The preview is working fine. Even the URL that gets generated during the selection of a profile in the preview is working fine when opened in the browser.
But when sending the same link in an email it's showing as:
An error occurred. If this problem persists, please contact your Adobe Campaign administrator.
Using the below URL in Email HTML:
serverurl/webApp/APP37?id=<%=escapeUrl(cryptString(Leads.id))%>
Seems like there is some issue with id encryption but I have used the exact same link generated after publishing the landing page. Can someone please help?
Thanks