#dlindqu3
1 messages · Page 1 of 1 (latest)
hello, this could be a few different things, hard to really say
I'd say, set up your local webhook endpoint and try stripe listen to your local endpoint again?
That didn't fix the problem
Is there a way to delete the local endpoint and completely re-configure it? that might allow me to make it active again
not sure what you mean by "delete" the local endpoint, it isn't registered anywhere right?
like it is just on your machine
Ok sure, we don't need to delete the endpoint. I just figured that might be one way of getting back to square one then starting another similar endpoint
That is what I see now under local listeners
you don't register a local listener there
ah that is under the Stripe CLI section, right?
if so, disregard what I said
try firing up your local handler on a different port?
ok I'll try that
No, that still didn't fix the problem. When I try to add a new local endpoint, I see a series of three steps under "Test in a local environment". I have a green highlighted "Completed" for the stripe login step. But after I do the "stripe listen --forward-to ..." step from my powershell command line, no green highlighted "Completed" shows up for that second step.
Hi there 👋 taking over for @lime ferry
Is the listener working on your end? The Dashboard can take a few minutes to update sometimes
No, the initial listener is still disconnected
Still stuck on the "forward events to your webhook" step
I've seen that, if there's already an existing endpoint, I should perhaps do "stripe listen --load-from-webhooks-api --forward-to localhost:5000 .... "
But that didn't make the endpoint active either
No, the initial listener is still disconnected
What initial listener? If you're following the 3 steps from the Dashboard, then this should be creating a new listener right?
--load-from-webhooks-api only causes the new listener to listen for all webhook events based on an existing webhook endpoint. It's essentially a "copy" function
Ok, cool. So I've just tried to make a new local endpoint again, but am still stuck at the "forward events" step
the second step doesn't show a green "completed" after I run this in my powershell: stripe listen --forward-to localhost:4000/api/webhook/stripe-webhook
Is it forwarding events?