Hello guys,
I have my app connected to Docusign via api and I am using an Iframe to display the embedded signing url. The user is now able to sign the document directly within my app. The problem is that when the user finishes the signing process and clicks “finish” Docusign redirects to the url I sent via api, but its redirecting the user inside the iframe and I get an error saying my app “the url I sent” is not responding. Is there any way to override the redirection or detect when a redirection is occurring and redirect the main page to that url?