Uncaught (in promise) TypeError: Add/AddAll does not support schemes other than "http" or "https"
Closed this issue · 3 comments
fengxinming commented
service-worker.js:137 Uncaught (in promise) TypeError: Add/AddAll does not support schemes other than "http" or "https"
You can pull my project to debug the problem:
git clone https://github.com/fengxinming/koa2-vue-hackernews
cd koa2-vue-hackernews
npm install
npm run build
npm start
Input "http://localhost:5500" on your Chrome
anshchauhan commented
@fengxinming Getting the same error. Found any fix?
fengxinming commented
@anshchauhan Nothing to be found, I haven't used it
goldhand commented
Sounds like you're importing scripts from a different protocol that http
or https
. Assuming this is a browser limitation.