Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught (in promise) TypeError: Request failed at <anonymous> #122

Open
pirovorster opened this issue Dec 30, 2017 · 0 comments
Open

Uncaught (in promise) TypeError: Request failed at <anonymous> #122

pirovorster opened this issue Dec 30, 2017 · 0 comments

Comments

@pirovorster
Copy link

pirovorster commented Dec 30, 2017

Getting the following error on load:

Uncaught (in promise) TypeError: Request failed
at

Current Behavior

Getting the following error on load.
image

I however see that it is attempting to load the files from the sw
image

However

  1. Why is it loading it multiple times
  2. When I change site.css to siteX.css. It also fails to load it via the service worker
    image

Steps to Reproduce -

Code

var UpUp = require('upup').UpUp;
UpUp.start({
    'content-url': 'index.html',
    'assets': 
    [
     'style/site.css'
    , 'style/select.css'
    , 'https://code.getmdl.io/1.3.0/material.min.css']
  });

Your Environment

  • Version used: v1
  • Browser Name and version: Chrome
  • Operating System and version (desktop or mobile): Desktop Version 63.0.3239.84
  • Link to your project: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant