stripe / stripe-cli

A command-line tool for Stripe
https://stripe.com/docs/stripe-cli
Apache License 2.0
1.59k stars 374 forks source link

Webhook failing but doesn't appear in logs #1084

Closed kevinreber closed 1 year ago

kevinreber commented 1 year ago

Issue

I have deployed my React/Remix application onto Netlify (https://icongenn.com) Source code: https://github.com/stripe/stripe-cli/assets/42260999/250c387f-45f2-466f-bd2d-d7b305d3c007

Stripe webhooks is showing a 500 error, but the issue doesn't appear to be seen in my logs. (Note: I am using Test Mode) CleanShot 2023-06-11 at 19 27 54@2x CleanShot 2023-06-11 at 19 24 28@2x

https://github.com/stripe/stripe-cli/assets/42260999/a61fd33a-0b93-4d41-9e47-91da7f62ebc4

Expected Behavior

For my webhooks and logs to show successful webhook events.

Steps to reproduce

Visit https://icongenn.com/checkout and complete the checkout event(testing data).

Traceback

Share any debug output that was given by the CLI

Environment

macOS

kevinreber commented 1 year ago

CLOSED issue, was able to fix issue 😄