Application Development 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: 

AppCache Fatal Error - SAP UI5 offline application

Former Member
0 Kudos

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

  • SAP Managed Tags:
2 REPLIES 2

iftah_peretz
Active Contributor
0 Kudos

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.

  • SAP Managed Tags:

SergioG_TX
Active Contributor
0 Kudos

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

  • SAP Managed Tags: