#NEWJOSSY
1 messages · Page 1 of 1 (latest)
Hello 👋
Do you see any errors on your dashboard suggesting if there. was an issue delivering the event?
Nope, I don't see any. Only No recent webhook attempts
Interesting... Can you share your account ID?
also the command that you used to start the local webhook listener?
acct_1LpuJMJC6UDy0MXS is it an account ID ?
stripe listen --forward-to https://localhost:5001/subscriptions/webhook - this is the command I used
do you see any errors in your local server log?
nope, I don't see any
oh you have https in the local URL
do you have local SSL configuration? If not, that might be it
Its probably just going to the wrong URL
Ok, but i tried proposed http:localhost:4242 without https protocol, it didnt work either
why would you try port 4242 if you server is running on port 5001?
can you just try stripe listen without --forward-to flag and see if you receive any events?
I cant use stripe listen without this flag. I tried stripe listen without forward to and server adress, seems that there is no difference