on 2015 Sep 09 1:33 PM
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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nicolas,
It worked for me as well.
Thanks a lot.
User | Count |
---|---|
78 | |
22 | |
9 | |
7 | |
6 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.