Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: 4xx Salesforce pubsub errors not surfacing all error details #108

Open
samirketema opened this issue May 16, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@samirketema
Copy link
Contributor

Bug description

When a 4xx error is faced in the pubsub source, we are not surfacing the error details from the body. We ran into this recently when the connected app settings did not have the same authenticated user selected for the Client Credentials flow.

Steps to reproduce

  1. Run the pubsub source against a Salesforce Connected App that does not have a user set for the Client Credentials Flow
  2. Note that there is a 4xx error on OAuth, but it does not include details about the client credentials flow.
  3. Run the same API call in curl / Postman, and note that the body contains useful error information, which is not surfaced by the connector

Version

pubsub branch

@samirketema samirketema added the bug Something isn't working label May 16, 2024
@samirketema samirketema self-assigned this May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant