django-auth0-vue
django-auth0-vue copied to clipboard
Not Found: /service-worker.js
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.