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
So I need to set this.http.baseUrl again, after this.fetchConfig.configure() to get things working.
this.http is Aurelia's HttpClient.
My authConfig.ts does have a baseUrl already, so I keep setting this two places.
Please not that I've added an interceptor, according to receipes found here or elsewhere (don't remember) to forward to the login route in case of using a URL which points to an authenticated route without being authenticated:
seems to overwrite
So I need to set
this.http.baseUrl
again, afterthis.fetchConfig.configure()
to get things working.this.http
is Aurelia's HttpClient.My
authConfig.ts
does have abaseUrl
already, so I keep setting this two places.Please not that I've added an interceptor, according to receipes found here or elsewhere (don't remember) to forward to the login route in case of using a URL which points to an authenticated route without being authenticated:
The text was updated successfully, but these errors were encountered: