Hello again
After some minutes to have loged in, I am having the next error in the console:
core.js:6185 ERROR Error: Uncaught (in promise): Object: {"error":"timeout","error_description":"Timeout"}
at resolvePromise (zone-evergreen.js:798)
at resolvePromise (zone-evergreen.js:750)
at zone-evergreen.js:860
at ZoneDelegate.invokeTask (zone-evergreen.js:399)
at Object.onInvokeTask (core.js:41253)
at ZoneDelegate.invokeTask (zone-evergreen.js:398)
at Zone.runTask (zone-evergreen.js:167)
at drainMicroTaskQueue (zone-evergreen.js:569)
at invokeTask (zone-evergreen.js:484)
at ZoneTask.invoke (zone-evergreen.js:469)
I’m using Angular and the auth0-spa-js SDK to authenticate.
In the web application the user doesn’t watch any message or page about some advice.
The user has to refresh the page (F5) to continue using the app.
I have used the Quick Start of Auth0: [https://auth0.com/docs/quickstart/spa/angular2/01-login](http://SPA Angular Quick start)
How can i correct this?
Thanks.