Hello,
I am trying to implement the Focused view for embedded signing in my application. While I can complete the signing process in one shot, there are cases where I would like to reload the iFrame, i.e., call DocuSign.signing again with the same URL and resume my session as it was. Is this possible?
Currently, when I try to reload the iFrame, I see a loading page and a document with the URL chrome-error://chromewebdata/
instead of https://demo.docusign.net/Signing/?insession=1&ti=<id>
. I also see the console error :
Refused to frame 'return_url' because it violates the following Content Security Policy directive: "frame-src 'self' https://docucdn-a.akamaihd.net/ https://apps-d.docusign.com https://demo.docusign.net https://account-d.docusign.com https://proof-d.docusign.net https://identity-d.docusign.net https://azure-demo.docusign.com https://content.googleapis.com https://docs.google.com https://players.brightcove.net https://www.youtube.com https://accounts.google.com https://docusign.sjv.io https://apps.usw2.pure.cloud https://docusign.co1.qualtrics.com/ https://sawmill-stage.docusigntest.com https://docusign.okta.com https://demo.forms.docusign.com".
I believe this issue arises because it tries to redirect me to the return URL.
Thank you in advance for your response.
Best regards,