ionic-img-cache icon indicating copy to clipboard operation
ionic-img-cache copied to clipboard

Failed to load resource: net::ERR_UNKNOWN_URL_SCHEME

Open guilhermefilippo opened this issue 6 years ago • 0 comments

Hello guys,

I'm having the error net::ERR_UNKNOWN_URL_SCHEME even putting the recommended entries in config.xml and index.html. The version of installed ionic is 4.2.1 and the app was generated using the command (example): ionic start "MyApp" blank --type=ionic1 --cordova --no-git --no-link --bundle-id=myapp

guilhermefilippo$ npm -v 6.4.1 guilhermefilippo$ node -v v10.13.0 guilhermefilippo$ ionic --version 4.2.1

To use the app, I removed the ion-img-cache tag for now, but the caching is very important. Has anyone ever seen this error?

Thanks.

guilhermefilippo avatar Nov 05 '18 23:11 guilhermefilippo