Owusu Gyasi-Agyei

Results 3 comments of Owusu Gyasi-Agyei

Try this ```typescript export function authorizationInterceptor(internalAxiosRequestConfig: InternalAxiosRequestConfig) { internalAxiosRequestConfig.headers.set( "your-header-key-here", "yourheader-value-here"); return internalAxiosRequestConfig; } ```

The interceptor signature seems to have changed, fix by using `header.set( .. , .. )` works On Tue, 21 Mar 2023 at 13:36, YR ***@***.***> wrote: > Can confirm after...

> > Edit-Edit: actually I think id _in $CURRENT_POLICIES does not work :( > > > > That seems to be indeed a bug of the current version, see #23695....