django-auth0-vue icon indicating copy to clipboard operation
django-auth0-vue copied to clipboard

Not Found: /service-worker.js

Open jmpmcmanus opened this issue 5 years ago • 0 comments

When I use this example deploying it in my own project I get the following error message in the django server (http://localhost:8000):

Not Found: /service-worker.js

This occurs after logging in the auth0 from the vuejs app on http://localhost:8080.

The script in the index.html appears:

{ % load render_bundle from webpack_loader % } { % render_bundle 'app' % }

and the Not Found: /service-worker.js message appears in the django server.

jmpmcmanus avatar Sep 25 '19 17:09 jmpmcmanus