In my next.js 13 project, I am integrating stripe with TypeScript and configuring the app router.
To create a stripe event in my local machine, I ran
stripe listen --forward-to localhost:4242/webhook
, but now I am encountered with the error message stripe listen --forward-to localhost:4242/webhook
for every event.