Teacup5000
Results
2
comments of
Teacup5000
Yes I do, here is my full environment config: ``` auth: { domain: 'removed', clientId: 'removed', audience: 'removed', redirectUri: window.location.origin, cacheLocation: 'localstorage' as 'localstorage', useRefreshTokens: true, scope: 'offline_access', errorPath: '/autherr'...
Can confirm this @danmana, looks like it's the AuthHttpInterceptor Steps to reproduce: - Have a page with one or more http call(s) + activated AuthHttpInterceptor - Subscribes to auth0's `auth.user$`...