Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have almost no experience working with Power BI.
When loading PowerBI on a web page, a script is causing the web page to refresh constantly.
It seems that the code fragment that is causing this is this:
<script type="text/javascript" src="13.0.18620.44/scripts/hash-manifest.js" defer onerror=cdnFallback(event) >
This file is not found on the server and when the function "cdnFallback()" is executed, the window.location.reload() is executed:
function cdnFallback(event) {
var date = new Date();
var failedRequestUrl = 'unknown';
var maxAgeInSeconds = 8 * 60 * 60;
if (event && event.currentTarget && event.currentTarget.src) {
failedRequestUrl = event.currentTarget.src;
}
document.cookie = 'disablecdn=cdnRequestFailureTimestamp:' + date.toUTCString() + '-cdnRequestFailureUrl:' + failedRequestUrl + '; max-age=' + maxAgeInSeconds + '; secure';
window.location.reload(true);
}
The problem is that I don't know what that "hash-manifest.js" file is, what it should contain or how it can be generated.
Please, could someone help me?
Thank you very much in advance.
Solved! Go to Solution.
Hi @omohamed ,
"hash-manifest.js" file is a map file which you can get from sources when you inspect the web page.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @omohamed ,
"hash-manifest.js" file is a map file which you can get from sources when you inspect the web page.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
10 | |
7 | |
4 | |
4 | |
4 |