#ferrancabrera
1 messages · Page 1 of 1 (latest)
do you have stripe listen running in another window?
well the problem is that you don't have stripe listen running.
so you don't need to restart, you need that to be running. Generally you have like three windows, one where you run stripe listen --forward-to=http://localhost:4242/my-server , one where your server is running, and one where you call things like stripe trigger
so what I am supposed to do?
it seems that is listening but then i type ^C to be able to send the trigger command
you open a new window and do stripe trigger there instead
👍
I didn't know I should open a new terminal to be able to do that
yeah that confuses a lot of people, we should try to make it clearer somehow
thank you dude!