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

Webhook returns 204 even when a parsing error occurs #3225

Open
kumada626 opened this issue Oct 17, 2024 · 0 comments
Open

Webhook returns 204 even when a parsing error occurs #3225

kumada626 opened this issue Oct 17, 2024 · 0 comments

Comments

@kumada626
Copy link
Contributor

What happened:
When a parsing error occurs during the webhook parsing process, the response still returns a 204 status, making it difficult to notice that an error has occurred.

What you expected to happen:
The system should correctly return a 500 or 400-series error, making it easier to notice when an error occurs.

How to reproduce it:

  1. Send a webhook that will cause a parsing error.
  2. Observe that the response returns a 204 status instead of an error status.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant