Victor Gerbrands

Results 36 comments of Victor Gerbrands

Hey guys, The app architecture has changed quite a lot. There's no one-size-fits-all solution to upgrade atm. So depending on your current setup, it might take quite a bit of...

Article is out guys, [here](https://twitter.com/medusajs/status/1754840211610382446) ya go

> not sure this article provides an answer to this question, right? It's not an upgrade guide, but I was hoping it would shed some light on the new patterns,...

I don't know the specifics of your setup, but it looks like you're trying to initiate a Paystack payment when there's no email address available yet. The solution will be...

This is due to the `_medusa_cart_id` cookie persisting after logout. If you want the cart to reset after logout, add the following line to the `signOut` Server Action in `src/modules/account/actions.ts`:...

@wildan-m Then I didn't understand your issue correctly. OP mentioned that the cart persists after logging out or switching accounts, which is correct and by design. What is the exact...

Hey! I don't think I fully understand your issue. Do you mean it's not streaming in the answer from OpenAI? Does it return the optimized text when completed, or does...

Happy to accept a PR on this!

@rickylabs thanks for the contribution! Could you please add some context about the PR?

This is not (longer) needed and the variable has been renamed to `MEDUSA_BACKEND_URL`. Make sure to change the env variable key locally when pulling the latest changes.