cancel
Showing results for 
Search instead for 
Did you mean: 

data-sap-ui-appCacheBuster - 404 NOT FOUND - REQUESTED RESOURCE OUTDATED

santhu_gowdaz
Active Contributor
0 Kudos
2,978

Hi All,

          I added data-sap-ui-appCacheBuster="./" in my application to avoid cache clear problem.But i'm getting below error.

404 NOT FOUND - REQUESTED RESOURCE OUTDATED

If i remove appcachebuster then application is working fine. And also other Applications deployed under VPN connections are working.But i deployed BSP application in Client system directly. UI5 lib and View is loaded successsfully(with 304-not modified). But the controller file gives error mention above.

I tried to executed SE38 (No luck )-

/ui5/update_cachebuster

/ui5/reset_cachebuster

Please help me.

View Entire Topic
Nicolas_Alech
Product and Topic Expert
Product and Topic Expert

Dear all,

this comes massively late, but maybe it can help some others running into the same issue.

If you find in your console the message saying: "Requested Resource Outdated", there is an easy way to reset the cache buster from the browser directly.

Copy the url from the error message (the one which is outdated), remove the last part (something .js most of the time) and add at the end of the URL: resetcachebuster.

It will give you: https://myhost:myport/sap/bc/ui5/<application>/<path>/resetcachebuster

It will take a moment and you should receive a message saying:

The application index has been updated for SAPUI5 repository 'XXXXXXXXXXX'.

Hope it might help some of you.

0 Kudos

Hi Nicolas,

It worked for me, Thanks

kevindupreez
Discoverer

Hi Nicolas,

It worked for me as well.

Thanks a lot.