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
During local testing, sometimes I forget to turn on listening for webhooks. Because of that, some events are not triggered within the system, so instead of redoing the whole test I want to just resend the event from Stripe and have it forwarded to the local listener. The problem is that if I go to the event and hit "Resend" button, it never gets sent down to the listener. What's worse, for successful webhook delivery in "Webhook attempts" sections, only the remote server responses are listed, the CLI responses are empty, despite seeing clearly in the console that there was a 200 for a webhook
Expected Behavior
Clicking "Resend" should behave just like the first time an event webhook is being fired.
Steps to reproduce
Turn on stripe CLI and click "Resend" on any event
Traceback
no output
Environment
WSL Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
Issue
During local testing, sometimes I forget to turn on listening for webhooks. Because of that, some events are not triggered within the system, so instead of redoing the whole test I want to just resend the event from Stripe and have it forwarded to the local listener. The problem is that if I go to the event and hit "Resend" button, it never gets sent down to the listener. What's worse, for successful webhook delivery in "Webhook attempts" sections, only the remote server responses are listed, the CLI responses are empty, despite seeing clearly in the console that there was a 200 for a webhook
Expected Behavior
Clicking "Resend" should behave just like the first time an event webhook is being fired.
Steps to reproduce
Turn on stripe CLI and click "Resend" on any event
Traceback
no output
Environment
WSL Ubuntu 22.04
The text was updated successfully, but these errors were encountered: