This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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.