by adding this to the array of providers …my HTTP requests are generated twice.
{ provide: HTTP_INTERCEPTORS, useClass: AuthHttpInterceptor, multi: true },
Why is the request generated 2 times? Is there any way to stop it?
by adding this to the array of providers …my HTTP requests are generated twice.
{ provide: HTTP_INTERCEPTORS, useClass: AuthHttpInterceptor, multi: true },
Why is the request generated 2 times? Is there any way to stop it?