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
Describe the bug
The api paths used in the resources/credentials.ts file incorrectly specify /v3/credentials/${provider}/creds when they should be /v3/connectors/${provider}/creds
This results in a 404 response code and a message from the SDK -
Describe the bug
The api paths used in the
resources/credentials.ts
file incorrectly specify/v3/credentials/${provider}/creds
when they should be/v3/connectors/${provider}/creds
This results in a 404 response code and a message from the SDK -
To Reproduce
Some steps involved to reproduce the bug and any code samples you can share.
Expected behavior
A credential should be created
SDK Version:
7.6.2
The text was updated successfully, but these errors were encountered: