Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 10 | |
| 10 | |
| 4 | |
| 3 | |
| 3 |