Adrien de Peretti

Results 190 comments of Adrien de Peretti

My bad i thought you were using medusa v2 😅 are you testing everything on your local machine?

and your cors are properly configured?

So with those information it sounds like the cookie is not sent to the api, could you check that please

Hey @noubase , thank you for the report, I ll try to find out the issue here

I found the issue and will open a pr in a short time 👍

[Here](https://github.com/medusajs/medusa/pull/9921) is the fix, let me know if you can try the snapshot but from the tests it should be good now

Hi guys, I ve tried everrything to reproduce this issue on my side and unfortunately no matter what I can't anymore. Could you re run a test with the latest...

@olivermrbl would you have a minute sometime today to discuss this bad boy?

I have the same problem as well 👍

Here is my case ```ts export type AbstractModuleService< TContainer, TMainModelDTO, TOtherModelNamesAndAssociatedDTO extends OtherModelsConfigTemplate > = AbstractModuleServiceBase & { [K in keyof TOtherModelNamesAndAssociatedDTO as `retrieve${ExtractSingularName< TOtherModelNamesAndAssociatedDTO, K > & string}`]: (...