How controllers handle validation errors? #2049
Replies: 2 comments
-
|
I’ve run into similar webhook issues in production before. Everything showed as “completed”, but the events never reached the destination. Using Sigryn as an intermediate layer helped a lot, since it gives real visibility into webhook delivery, attempts, and failures instead of relying only on the provider’s status. |
Beta Was this translation helpful? Give feedback.
-
|
I’ve run into similar webhook issues in production before. Everything showed as “completed”, but the events never reached the destination. Using Sigryn as an intermediate layer helped a lot, since it gives real visibility into webhook delivery, attempts, and failures instead of relying only on the provider’s status. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Good day everyone, I'm kinda stuck in understanding how controller returns :unprocessable_entity in case when bang methods raise an error, maybe someone can explain that to me? In my app if I don't handle it directly in controller it will raise an validation error.
Beta Was this translation helpful? Give feedback.
All reactions