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
I just get the service key and then tried in my nodejs code. but I can createClient. I used the right key but still got error.
the error said
authentication error: http error: error issuing the request with reqwest: bad data provided to builder
Actual Behavior
Expected Behavior
No response
SDK version
"@1password/sdk": "^0.1.1",
Additional information
No response
The text was updated successfully, but these errors were encountered:
@AlexShui could you decode you service account token using echo <your token> | base64 --decode and let us know how your signInAdress looks like? That URL is not sensitive, although it may be personal, so you can omit your exact domain name if you want, as we're mostly interested in the overall format of that url. But we think the issue might have something to do with a particularity of your signin address.
Scenario & Reproduction Steps
I just get the service key and then tried in my nodejs code. but I can createClient. I used the right key but still got error.
the error said
authentication error: http error: error issuing the request with reqwest: bad data provided to builder
Actual Behavior
Expected Behavior
No response
SDK version
"@1password/sdk": "^0.1.1",
Additional information
No response
The text was updated successfully, but these errors were encountered: