#mtanzi
1 messages ยท Page 1 of 1 (latest)
Hi there!
Hi!
[ERROR] Failed to POST: Post "http://locahost:port/path-to-webhook": dial tcp: lookup locahost: no such host
Are you sure your server is running on localhost?
yes, I have also enabled some debugging tool to make sure that the API is called but no, the webhook doesn't reach the app on the localhost
could it be the company VPN ?
could it be the company VPN ?
Yes that's possible. In this case could you try using a real webhook endpoint in your Stripe dashbaord, instead of the CLI?
you mean tunnel into my machine the webhooks form the test env?
I mean use something like ngrok to have a public URL, and use that in the Stripe dashboard to setup a webhook endpoint.