#shrey - cli webhook
1 messages · Page 1 of 1 (latest)
No, nothing happens to the cli
From another terminal, can you try manually sending an event with something like
stripe trigger customer.created
Also do you have an event ID for an event that you think your endpoint should have received?
stripe trigger customer.created
This triggers an event, stripe trigger is working
Yes I have the event id
For CLI forwarded events Stripe won't have any record of that, but what does the CLI output show?
It should display eg a 200 success or an error status for each forwarded event to your local server
@spare haven Nothing shows up on CLI, no success no failure, like it never listened to an event
If you disable the forward and just run stripe listen then create an event while that's running, what do you see?
Nothing either