March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi!
We recently started have issues loading some Embedded PowerBI embedded dashboards.
TypeError: Cannot read properties of undefined (reading 'tokenType')
at isSaaSEmbedWithAADToken (reportEmbed?reportId…d&uid=cslgcq:586:38)
at getModelsAndExploration (reportEmbed?reportId…d&uid=cslgcq:696:17)
at getModelsAndExplorationAndConceptualSchema (reportEmbed?reportId…3d&uid=cslgcq:840:9)
at xhr.onreadystatechange (reportEmbed?reportId…d&uid=cslgcq:505:37)
getModelsAndExploration @ reportEmbed?reportId…0%3d&uid=cslgcq:739
Here is an Stack Overflow user reporting the exact same issue, from 2 days ago. He took a look into the implementation and even found the source of the bug.
The exception is coming from the lack of a "config" parameter when calling the internal isSaaSEmbedWithAADToken function.
This is affecting our users because their dashboards fail to be displayed correctly.
Is there anything that can be done on our side?
Hi, I created a report in PBI about 13 days ago using the ArcGIS map visual. It has been published ok. Today when I try to update the source data, after I open the PBIX file, I cannot connect to the ArcGIS. If I click the "connect to ArcGIS" there is no response.
Then I tested creating a new ArcGIS visual, however the login window will throw out this error message: error: cannot read properties of undefined (reading 'error').
I even tried to uninstall and install the latest PBI, still the same issue. Please advise. Thanks.
Hi @OnSignTV,
I find the this issue is closed at github issue page. For this scenario, I'd like to suggest you try again to confirm if it fixed.
Regards,
Xiaoxin Sheng
I'm having the same problem. After this error occurrs, I then see numerous other 403 errors (see errors below).
All of this is recent and impacting both embedded PowerBI reports. An updates on when this will be resolved and/or what we can do to resolve it?
TypeError: Cannot read properties of undefined (reading 'tokenType')
at isSaaSEmbedWithAADToken
at getModelsAndExploration
at getModelsAndExplorationAndConceptualSchema
at startFrontLoadReportEmbed
at receiveMessage
Failed to load resource: the server responded with a status of 403 ()
wabi-us-central-a-primary-redirect.analysis.windows.net/powerbi/metadata/models/5079221/?modelOptions=Default:1
Failed to load resource: the server responded with a status of 403 ()
wabi-us-central-a-primary-redirect.analysis.windows.net/powerbi/metadata/models/5480624/?modelOptions=Default:1
Failed to load resource: the server responded with a status of 403 ()
wabi-us-central-a-primary-redirect.analysis.windows.net/powerbi/metadata/models/5543953/?modelOptions=Default:1
.... a couple dozen more appear like the ones above with different model numbers.
We are experiencing the same issue; several screens with Power BI reports are affected. Hope Microsoft are able to fix this asap.
We are also having this issue. We run many devices on older chrome versions and this has affected quite a few clients. Updating webkit on devices where we are able to has resolved some issues. However, most clients are on below chrome 94 and are unable to update webkit.
Hi @OnSignTV ,
Can you please share some more detail information about this issue? They should help us clarify your scenario and test to troubleshoot.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Hi,
From my investigation, I have found that the powerbi embed works as expected in chrome version 94 and onwards but fails in older version than that. The above error appears in all versions of chrome but the reports show up fine in version 94 and onwards in spite of the error.
Hi there!
There is a bug in the page returned by the "embed_url" of a dashboard.
If you search for this function:
function isSaaSEmbedWithAADToken(config) {
// Default token type is Aad (0)
const tokenType = config.tokenType || 0;
return (window.isSaasOrPaasEmbed === true) && (tokenType === 0);
}
You will see that there is one location where it is called without the required config parameter:
if (isSaaSEmbedWithAADToken() && config.settings && config.settings.personalBookmarksEnabled) {
url += "&defaultBookmarkEnabled=true";
}
Which causes this exception:
TypeError: Cannot read properties of undefined (reading 'tokenType')
at isSaaSEmbedWithAADToken (reportEmbed?reportId…d&uid=cslgcq:586:38)
at getModelsAndExploration (reportEmbed?reportId…d&uid=cslgcq:696:17)
at getModelsAndExplorationAndConceptualSchema (reportEmbed?reportId…3d&uid=cslgcq:840:9)
at xhr.onreadystatechange (reportEmbed?reportId…d&uid=cslgcq:505:37)
getModelsAndExploration @ reportEmbed?reportId…0%3d&uid=cslgcq:739
All this happens inside the page returned by the embed_url, so it happens regardless of my code or how I initialize the client library.
So this seems to be an internal bug of PowerBI. One that was introduced fairly recently, because this exception did not happen a couple of weeks ago.
I am having the same issue and noticed at around the same time as the thread on stackoverflow was open. I also confirmed that this is also happening in previous versions of our software where it didn't happen before. My problem isn't as bad as your since I am using embed instead of aad, but it does seem like a problem on Microsofts side.
facing the same issue, btw how did you see those internal functions.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
7 | |
3 | |
2 | |
1 | |
1 |
User | Count |
---|---|
8 | |
3 | |
2 | |
2 | |
2 |