You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work and it works with lazy loading etc
But I have some issues when I log out and try to log in again.
On IOS I get a browser windows with no url and on android I get the front screen again. I cannot log in again. I have the reset the data on android & ios emulate.
I don't know if this is a problem with this example or with Auth0Cordova
Also I have to import Auth0Cordova and Auth0 like this else they are not imported or load them in the index.html from cdn
import * as Auth0Cordova from '@auth0/cordova';
import * as Auth0 from 'auth0-js';
Thanks Edwin
The text was updated successfully, but these errors were encountered:
hi,
Great work and it works with lazy loading etc
But I have some issues when I log out and try to log in again.
On IOS I get a browser windows with no url and on android I get the front screen again. I cannot log in again. I have the reset the data on android & ios emulate.
I don't know if this is a problem with this example or with Auth0Cordova
Also I have to import Auth0Cordova and Auth0 like this else they are not imported or load them in the index.html from cdn
import * as Auth0Cordova from '@auth0/cordova';
import * as Auth0 from 'auth0-js';
Thanks Edwin
The text was updated successfully, but these errors were encountered: