Timeouts when trying to create auth client after initial authentication

@auth0/auth0-angular, 1.7

In an Ionic-built app, initial login performs as expected, but when relaunching the app isLoading will be true until timing out.

The same issue was opened up for the auth0-spa-js package (#583) with excellent bug hunting and description from the author, but it was closed without any fix. Apparently the config attempts to get a token silently when instantiated, but does so using the redirect val as its origin which causes this problem. As far as I can tell this problem that still exists and reduces the usability of either package to zero.

Is there any recourse at all for this scenario?..

1 Like