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
err = SetAuthenticationHeaders(rs.authenticationHeaderProvider, &rs.headers)
This line 504 in rest_service.go is causing code to panic as provider is nil. Please fix this.