Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
omohamed
Regular Visitor

Power BI is reloading web page continuously: hash-manifest.js

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.

1 ACCEPTED SOLUTION
v-chenwuz-msft
Community Support
Community Support

Hi @omohamed ,

 

"hash-manifest.js" file is a map file which you can get from sources when you inspect the web page.

vchenwuzmsft_0-1658123681406.png

 

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.

 

View solution in original post

1 REPLY 1
v-chenwuz-msft
Community Support
Community Support

Hi @omohamed ,

 

"hash-manifest.js" file is a map file which you can get from sources when you inspect the web page.

vchenwuzmsft_0-1658123681406.png

 

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.

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.