TalAter / UpUp

✈️ Easily create sites that work offline as well as online
https://www.talater.com/upup/
MIT License
4.88k stars 264 forks source link

Uncaught (in promise) TypeError: Request failed on load #114

Open gavmck opened 7 years ago

gavmck commented 7 years ago

I've just updated a site I'm using upup on and it's throwing the error Uncaught (in promise) TypeError: Request failed in upup.sw.min.js

I can't see why it's erroring as there's no trace and the JS is all minified.

Any ideas?

Chrome 57 on Mac OSX

schornio commented 7 years ago

+1

isocroft commented 6 years ago

+1

I just realized this morning that ajax upload progress listener/handler were not working because of service-worker fetch implementations

See: https://github.com/w3c/ServiceWorker/issues/1141

Could this be connect to this issue ?