Error in Webapp | Community
Skip to main content
Employee
July 6, 2022
Solved

Error in Webapp

  • July 6, 2022
  • 2 replies
  • 2159 views

Hi everyone 

I using unsubscription webapp and using the public url in my personalization block (url?id=<......>). After sending the email delivery when i try to open the link then it is showing me this.


Kindly help me out with this issue and please provide me the source for reference.

Thank you
Ashish

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by _Manoj_Kumar_

@ashish_gra  Edit the webApp and review all the mandatory fields to fix this error.

2 replies

Sukrity_Wadhwa
Employee
July 21, 2022

Hi @ashish_gra,

Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.
Thanks!

Sukrity Wadhwa
Employee
July 21, 2022

Hi @sukrity_wadhwa 

The issue has been resolved. 

Thanks
Ashish

_Manoj_Kumar_
New Participant
July 6, 2022

Hello @ashish_gra 

 

After Id, your code should be

<%=escapeUrl(recipient.cryptedId)%>

I can see you are using <%=% which isn't correct.

 

Also, Make sure your frontal server is working.

     Manoj     Find me on LinkedIn
Employee
July 7, 2022

Hi @_manoj_kumar_ 

Thankyou for the information. I have corrected the id as you said and now i am getting this error.


If you know kindly help.

Thanks 
Ashish

 

_Manoj_Kumar_
New Participant
July 7, 2022

Hello @ashish_gra 

This is a generic error.

  • Go to the preview mode of the webApp
  • check the debug checkbox
  • Then share the screenshot of the actual error.
     Manoj     Find me on LinkedIn