Copy link to clipboard
Copied
Hello!
I have seen that i am not the only one with this issue, however I didn't see it resolved anywhere, so I will try to post it again.
We are getting the following error code in our app:
This error occurs at irregular intervals, and sometimes the same document works or does not work - so it cannot be the document nor the authentication. Is there any indication as to what might trigger this and how to resolve this?
Same here! We need a fix please.
For my the issue only appears while I am toggling a device preview in chrome
Copy link to clipboard
Copied
Hello. I'm with the same error in my application.
According to customers, the problem started last week.
Copy link to clipboard
Copied
I have verified that it appears that signed documents are causing this issue. I don't know if it's just them, but they sure are.
Copy link to clipboard
Copied
The error that appears in the code.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
The issue is inconsistent even with the pdf's that fail it sometimes may load
Copy link to clipboard
Copied
Correct. Then we have 2 issues with the Embed API:
Copy link to clipboard
Copied
In my case, with google chrome, the problem became only with the console opened
Copy link to clipboard
Copied
Was there a resolution to this issue, we have started experiencing the same thing?
Copy link to clipboard
Copied
Also having this issue - would appreciate a fix ASAP
Copy link to clipboard
Copied
Copy link to clipboard
Copied
I'm having the same error, need a fix.
Copy link to clipboard
Copied
Was having this issue and for me it was that we were initializing the PDF embed but not actually rendering the PDF on the page right away. If the PDF wasn't rendered in 60sec then it would timeout and fire this error. Refreshing and rendering the PDF would solve the issue.
The fix for me was only calling the previewPDF logic when the PDF became visible/rendered on the page. I'm sure you could also render it hidden (display:none) but I didn't test that out.
Hope it helps!