Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hello,
I'm using the powerbi-client to embed reports in a web application and some of the JS files loaded by the embed iframe declare they have a corresponding source map file, but the file is not found and the browser logs a 404 error.
These are the JS files and their missing source maps:
JS file (200 OK):
https://app.powerbi.com/13.0.8621.157/scripts/ai.0.js
Source map declaration:
Line 2392: //# sourceMappingURL=ai.0.js.map
Map file (404 Error):
https://app.powerbi.com/13.0.8621.157/scripts/ai.0.js.map
JS file (200 OK):
https://app.powerbi.com/13.0.8621.157/scripts/powerbiportal.dependencies.externals.bundle.min.js
Source map declaration:
Line 35307: //# sourceMappingURL=interact.min.js.map
Source map file (404 Error)
https://app.powerbi.com/13.0.8621.157/scripts/interact.min.js.map
It's possible to add those map files, or remove the source map declarations?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.