Search code examples
c#jqueryiframe

Refused to display in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'. in panda doc in safari browser


I am using panda doc for e-signature in documents but when I open the document in panda doc editor, it gives the following error:

[Error] Refused to display 'https://app.pandadoc.com/login/?next=/a/#/document/v1/editor/document-id' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.

This error occurred in Safari browser only. Can anyone fix this error?


Solution

  • Firstly In safari there is a known issue of authorization. You need to authorize it first, then it will work. You need to turn on Enable cross-site tracking. Then it will work fine.

    enter image description here