π¨ The content of this tutorial may be outdated. You can instead check out the full code for the series in this GitHub Repository.π¨
Medusa is an o...
For further actions, you may consider blocking this person and/or reporting abuse
Hi, I cloned your repo Medusa Marketplace Tutorial, but facing issues in admin panel, like while adding products it throws "Price should be an array". While fetching team, no users are shown.
Please help me out.
Hello, unfortunately this tutorial and its code base is out of date with the current Medusa version. For now, it serves for the purpose of saying that it can be done using Medusa and Medusa Extender, but you'll need to make adjustment to the code of the tutorial to make it work.
One more thing, I got it working, finally. But I have minio configured but it still throws AWS InvalidAccessKey error, on local, can you tell me where its configured. I checked ".env", "medusa.config.js" and dockerfile
Did you follow along with our MinIO documentation? If it helps, we can continue this conversation either over emails or discord.
π₯²
I have put together a nx workspace for running the marketplace. Might be helpful for anyone who followed the tutorial.
github.com/Keith-Hon/medusa-market...
If you just want to run the original medusa under 1 minute, you could use the repo below instead.
github.com/Keith-Hon/medusa-nx
After choosing between shuup, saleor, oscar I wrote my own opensource miltivendor marketplace in python (wpshop dot at).
The frontend is in vuejs/nuxt.
Is there any advantage here in medusa over python/vuejs?
Do you have a repo I can checkout? I'm interested in your project as I use the same technology stack.
we have the TOF2 open repository, which is the library we use for translations in e-commerce. github.com/wP-soft-GmbH/django-tof
The wpshop repository is not open yet. Write me in private, maybe we can find other ways to show it to you.
I looked at the Api but there is no endpoint for user registration.
How should I approach this?
Add a row in the customers table?
Weβre working on making sure the endpoints in the API reference are updated but in the mean time please refer to the endpoint mentioned in the tutorial
i wish there was an update on this plug in :(
Hi, great tutorial! When does the next parts come out?