I'm running the new instance of v2.0.3 and after integrating stripe I get the following error when attempting to add an item to the cart.
⨯ Error: Error setting up the request: Could not delete all payment sessions
at medusaError (./src/lib/util/medusa-error.ts:22:15)
at async addToCart (./src/lib/data/cart.ts:101:5)
digest: "2251320602"
18 | } else {
19 | // Something happened in setting up the request that triggered an Error
> 20 | throw new Error("Error setting up the request: " + error.message)
| ^
21 | }
22 | }
23 |
Is this because i don't have the stripe webhook setup for local dev env?