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
It appears the admin dashboard will give you an API token that is an "already base64 encoded" representation of a email/pass so the getAuthHeader doesn't really support it. I.e. bearer rejects it as unauthorised and basic will double encode it.
It appears the admin dashboard will give you an API token that is an "already base64 encoded" representation of a email/pass so the
getAuthHeader
doesn't really support it. I.e.bearer
rejects it as unauthorised andbasic
will double encode it.agents-sdk/src/lib/auth/getAuthHeader.ts
Lines 3 to 13 in 0c8ef19
A potential solution could be that a pre-encoded
basic
token could be passed instead of user/pass for typebasic
e.g.:The text was updated successfully, but these errors were encountered: