Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML 5 offline applicatin failed to load cached resource

I have cache static resources of my website using manifest file
But when I run website when internet is not connected images not shown.
Images also should cache because I putted them in manifest file.
For example I have cached this file but this file is not loaded when the Internet is disconnected.
Here is google chrome console snapshot :
Google chrome console

like image 887
Shahin Avatar asked Oct 09 '22 07:10

Shahin


1 Answers

I also had the same problem. I included below in the cache.manifest file & it fixed for me.

NETWORK:
*
like image 81
Abhijeet Ashok Muneshwar Avatar answered Oct 12 '22 21:10

Abhijeet Ashok Muneshwar