Home > Software engineering >  Refused to display in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.
Refused to display in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.

Time:02-18

I am using panda doc for e signature on document but when i am open document in panda doc editor those i am used in my own website it gives error of [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 is occurred in safari browser only who to fix this erro

CodePudding user response:

Firstly In safari there is know 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

CodePudding user response:

You Need to turn on uncheck Prevent cross-site tracking on safari browser

  • Related