Question
Error Blocked By Client
I'm experiencing an error when trying to use the SDK and initialise the adobe pdf viewer. The following function call:
var adobeDCView = new AdobeDC.View({clientId: "MY ID"});returns the following error:
POST https://dc-api.adobe.io/system/log net::ERR_BLOCKED_BY_CLIENT
executor @ dc-core.js:2
call @ dc-core.js:2
forEach.n.exports.http.<computed> @ dc-core.js:2
_logWithoutAuth @ dc-core.js:2
_logToServer @ dc-core.js:2
serverBatchHandler @ dc-core.js:2
batchHandler @ ViewSDK.js:1
flushLogs @ dc-core.js:2
(anonymous) @ dc-core.js:2
Promise.then (async)
(anonymous) @ dc-core.js:2
configure @ dc-core.js:2
(anonymous) @ ViewSDK.js:1
Promise.then (async)
initDCLogging @ ViewSDK.js:1
(anonymous) @ ViewSDK.js:1
Promise.then (async)
_checkForCore @ ViewSDK.js:1
initialize @ ViewSDK.js:1
Wgcd._createClass._initialize @ ViewSDK.js:1
Wgcd._createClass.execute @ ViewSDK.js:1
MessageReceiver._messageReceived @ ViewSDK.js:1
_receiveMessageHelper @ ViewSDK.js:1Am I doing something incorrectly?
The domain is a Microsoft Power Portals website and I double checked that I have registered the powerapps portal URL correctly.
