Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

AppCache Fatal Error - SAP UI5 offline application

Former Member
0 Kudos
693

Hi,

I am getting "AppCache fatal error" while using cache.manifest in Internet Explorer. It is working perfectly in Chrome, however, in IE it gives me this error and does not cache my Application.

I went through many blogs but cannot figure out the issue.

Please help.

Thanks in advance

Chandan

2 REPLIES 2
Read only

iftah_peretz
Active Contributor
0 Kudos
389

Hi,

Can you provide a mini app that demonstrates this issue? Which IE are you using? Have you tried on other IE versions? What about Firefox? Opera? And others?

In a lot of cases there is a branch for handling IE and one for other browsers. You might need to find some work around, but without a demo app, my hands are tied.

Read only

SergioG_TX
SAP Champion
SAP Champion
0 Kudos
389

a quick google search bring good answers:

Remove the no-store in the Cache-Control-Header, it breaks the appCache in IE10/IE11

https://stackoverflow.com/questions/23998016/html-5-application-cache-ie10-11-appcache-fatal-error-w...

worth trying i'd say