nextjs-subscription-payments
nextjs-subscription-payments copied to clipboard
The readme says to click "Send test webhook" button....WHERE??
I've checked in vercel, stripe, supabase, etc....I cannot find this button. Please update the readme with more information....when someone is trying to follow a starter readme top-down, it makes it difficult.
Hey @travisanderson, if you have everything well configured with supabase, you don't have to do anything your stripe webhook will automatically send the information if for example you create a product on stripe you should see it displayed on your supabase.
I was similarly confused but on the Webhooks page I saw that setup_intent.created succeeded, which told me the connection was probably okay and then like Quentin said above I created a test product and saw it show up in Supabase :)
Why does the docs say to click a button then?
I was searching every page for "Send test webhook" lol
Why does the docs say to click a button then?
According to older tutorials I found with screenshots, that button used to be on the Stripe webhooks page, but it's no longer available. After some googling, I found discussions saying that it can be done with the stripe cli tool, but I didn't try it myself.
yep, stripe CLI. https://stripe.com/docs/stripe-cli?shell=true
The README has been updated to remove this note, thank you for the feedback.
If you see any other improvements that can be made to the README, happy to review PRs 🙏