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
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:
Send a webhook that will cause a parsing error.
Observe that the response returns a 204 status instead of an error status.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: