Adil Basri

Results 38 comments of Adil Basri

I tried to look for the `cart-discount.applied` in the old codebase, but it has never existed, maybe it was a custom event or I missed something ? What you could...

> Same for the `draft_order.deleted` event, it is not in the docs anymore.... What was your Medusa version?

> @adevinwild Thank you for your reply. I was too quick to post here, it seemed I had custom emits placed in my code for both `cart-discount.applied` and `draft_order.deleted`, so...

> Hey @adevinwild Clear, thank for all the explanation! > > this still does not work for me tho, when I add a discount, I only get these events: >...

> > > Hey @adevinwild Clear, thank for all the explanation! > > > this still does not work for me tho, when I add a discount, I only get...

Sent you a message on Discord @BorisKamp

Quick question but are you using `Redis` in prod ?

I'm on MacOS and I use Arc browser, after looking at the code of the `browse_website` function, it uses `selenium` and selenium needs the Chrome drivers apparently to work. >...

Try to : - Install chrome (or chrome drivers) - Check that you have OpenAI credits( Usage tab)

**Main issue is fixed, it's because the filename was `cart.ts` instead of `carts.ts`.** For the other issue about middlewares, I had the same issue and here is the solution if...