Hi there,
We are getting the same errors using Chrome Developer console when opening an embedded report using our AngularJS web app. Our clients have logged support requests with us as their report pages appear to have issues presenting correctly - for example text boxes are being pulled to the top left of the report pages.
Errors below, I have removed report id details in API calls:
TypeError: Cannot read property 'resolve' of null
at XMLHttpRequest.xhr.onreadystatechange [as __zone_symbol__ON_PROPERTYreadystatechange] (reportEmbed?reportId=[removed]:527)
at XMLHttpRequest.ct (reportembed.externals.bundle.min.js:1199)
at t.invokeTask (reportembed.externals.bundle.min.js:1198)
at r.runTask (reportembed.externals.bundle.min.js:1198)
at e.invokeTask [as invoke] (reportembed.externals.bundle.min.js:1199)
at h (reportembed.externals.bundle.min.js:1198)
at XMLHttpRequest.v (reportembed.externals.bundle.min.js:1198)
xhr.onreadystatechange @ reportEmbed?reportId=[removed]:550
ct @ reportembed.externals.bundle.min.js:1199
t.invokeTask @ reportembed.externals.bundle.min.js:1198
r.runTask @ reportembed.externals.bundle.min.js:1198
e.invokeTask @ reportembed.externals.bundle.min.js:1199
h @ reportembed.externals.bundle.min.js:1198
v @ reportembed.externals.bundle.min.js:1198
XMLHttpRequest.send (async)
l @ reportembed.externals.bundle.min.js:1199
t.scheduleTask @ reportembed.externals.bundle.min.js:1198
r.scheduleTask @ reportembed.externals.bundle.min.js:1198
r.scheduleMacroTask @ reportembed.externals.bundle.min.js:1198
n @ reportembed.externals.bundle.min.js:1198
(anonymous) @ reportembed.externals.bundle.min.js:1199
r.<computed> @ reportembed.externals.bundle.min.js:1198
getConceptualSchema @ reportEmbed?reportId=[removed]:574
getModelsAndExplorationAndConceptualSchema @ reportEmbed?reportId=[removed]:599
startFrontLoadReportEmbed @ reportEmbed?reportId=[removed]:131
receiveMessage @ reportEmbed?reportId=[removed]:202
reportembed.externals.bundle.min.js:1198
Uncaught TypeError: Cannot read property 'reject' of null
at XMLHttpRequest.xhr.onreadystatechange [as __zone_symbol__ON_PROPERTYreadystatechange] (reportEmbed?reportId=[removed]:551)
at XMLHttpRequest.ct (reportembed.externals.bundle.min.js:1199)
at t.invokeTask (reportembed.externals.bundle.min.js:1198)
at r.runTask (reportembed.externals.bundle.min.js:1198)
at e.invokeTask [as invoke] (reportembed.externals.bundle.min.js:1199)
at h (reportembed.externals.bundle.min.js:1198)
at XMLHttpRequest.v (reportembed.externals.bundle.min.js:1198)
xhr.onreadystatechange @ reportEmbed?reportId=[removed]:551
ct @ reportembed.externals.bundle.min.js:1199
t.invokeTask @ reportembed.externals.bundle.min.js:1198
r.runTask @ reportembed.externals.bundle.min.js:1198
e.invokeTask @ reportembed.externals.bundle.min.js:1199
h @ reportembed.externals.bundle.min.js:1198
v @ reportembed.externals.bundle.min.js:1198
XMLHttpRequest.send (async)
l @ reportembed.externals.bundle.min.js:1199
t.scheduleTask @ reportembed.externals.bundle.min.js:1198
r.scheduleTask @ reportembed.externals.bundle.min.js:1198
r.scheduleMacroTask @ reportembed.externals.bundle.min.js:1198
n @ reportembed.externals.bundle.min.js:1198
(anonymous) @ reportembed.externals.bundle.min.js:1199
r.<computed> @ reportembed.externals.bundle.min.js:1198
getConceptualSchema @ reportEmbed?reportId=[removed]:574
getModelsAndExplorationAndConceptualSchema @ reportEmbed?reportId=[removed]:599
startFrontLoadReportEmbed @ reportEmbed?reportId=[removed]:131
receiveMessage @ reportEmbed?reportId=[removed]:202
Is there a production issue with Power BI Embedded currently?
Thanks
Mike