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

Test Webhooks get status 404 in Stripe Dashboard even though CLI and Rails logs reports Status 200 #156

Open
gustafr opened this issue Sep 1, 2022 · 0 comments

Comments

@gustafr
Copy link

gustafr commented Sep 1, 2022

Hi,
I'm having a problem when testing my webhooks integration with the stripe_events gem.
I'm triggering a webhook from the CLI, the CLI interface reports <-- [200] POST for the event.
The event reaches my local endpoint, I can process the event as expected and my rails logs is also showing "Completed 200 OK".
But in my Stripe Dashboard all webhooks have status "404 ERR" which is not expected. I have tried sending both platform webhooks and connect webhooks but it's the same result for both.
Not sure what I'm missing? Anyone else had this problem?

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