#tem-Subscription
1 messages · Page 1 of 1 (latest)
not too sure... when I go to test subscription.. it goes through onto success page.
The subscription even shows up in stripe dashboard afterwards.
However, after successpage-- it doesnt write on DB as noted it should in webnhooks.js
When i have stripe listen --forward etc and these events are firing, i get post error to 4242/webhooks
which I blieve it's not hitting webhooksjs correctly
Can you send me the error message?
as u can see at the bottom of the left side, it goes through to /success
sucecssfully
It says Failed to POST, is your local server running?
Can you double check the port number?is it really 4242?
changing the port-- i see i get 404 when submitting sub
Check the server routing config and see if it is handling requests from /webhooks/
ah ok perfect-- it goes through now, as well as onto DB. thank u
Nice! Happy to help!