Question
Uncaught (in promise) Error: getMetadata request failed
I'm using the Adobe Embed PDF API to view PDFs on my site.
But I'm getting the 'Uncaught (in promise) Error: getMetadata request failed' error, when running on Chrome DevTools - Simulator (iPhone only).
(It was working fine in Edge DevTools - Simulator)
Error console:
bootstrap.js:2 Uncaught (in promise) Error: getMetadata request failed
at bootstrap.js:2:959314
at bootstrap.js:2:1653712
at s (dc-mobx.js:16:23365)
at Yt (dc-mobx.js:16:45501)
at e.track (dc-mobx.js:16:48113)
at e.onInvalidate (dc-mobx.js:16:23340)
at e.runReaction (dc-mobx.js:16:47892)
at pn (dc-mobx.js:16:50058)
at ln (dc-mobx.js:16:49694)
at dc-mobx.js:16:54954
The Adobe Demo page is getting the same error

How to resolve it?
