There's no AWS involved or needed ;) MinIO is a opensource bucket storage system. When you launch the template, you have a self hosted MinIO bucket in your Railway project. The data itself, is kept in the storage volume attached to the bucket container. I hope this answers your question.
Hi man, was waiting for your video :D Thank you Got a question, would you consider making a video on how to take a Medusa recipe and host it locally on your computer and making it work. They have a uber eats clone called Medusa Eats, that even has different user types such as custromer and restaurant That alone is a insanely interesting demo
@@ROBOROBOROBOROBO just a local setup, running on localhost ? I did test the medusa eats demo a month or so ago, running locally was not too complicated so if that’s what you mean, sure I think I could do that again with screen recorder on 😉 but if you mean setup local machine as a publicly available server with domain setup via DNS , that’s a beast 😅
@ I think just a local setup is more than enough man and that would be a great video, because Uber eats is such a unique e-commerce project and shows extend of Medusa is customization capabilities If you ever do a video like that, that would be legendary, I would be the first one to watch that, people on GitHub repo of that project claim it doesn’t work well but I think it’s the fault of the vercel app hosting they put out for display I think hosting options is topic of another video all together :D For example for Google cloud, it’s close to local setup but then ofcourse you need to set up dns and so on, even ssl certificates so website can be https :D
@@noahperez9631 possibly yes. Already have people asking for paypal, klarna and now ideal. So im getting the sense that there’s a need for more options when it comes to payment providers. Though I currently dont have any experience with ideal integration, so I would have to do sole research first, to see what it takes. I think it is currently Stripe only that is officially supported by the medusa core dependencies, so for any other payment provider, I would have to create a custom module. Or….. wait a bit and see if the core team releases a module. But, I am definitely keeping an eye out for payment providers 🤞
Hello everyone, I have a problem, I use medusajs 2.0 as a backend for a store, I encountered a problem that when changing the quantity of goods in the basket, the arrangement of goods changes, that is, Medusa gives out a new sorted array each time, by what criteria it sorts this array is a mystery to me, because only the quantity of the product changes, and not the name, etc., it also does not look like sorting by quantity, so I have a question, should I look for and fix the sorting in Medusa itself or sort the array already on the front end?
@@AquaDaddy hmm, I believe I have seen some folks mentioning this in the discord community. But that was weeks ago, before the official 2.0.0 I think 🤔 Are you on the latest version?
Do I need to connect MinIO to AWS, or will Railway handle the deployment and storage? Where is the data stored, and what are the associated costs?
There's no AWS involved or needed ;) MinIO is a opensource bucket storage system. When you launch the template, you have a self hosted MinIO bucket in your Railway project. The data itself, is kept in the storage volume attached to the bucket container. I hope this answers your question.
Hi man, was waiting for your video :D Thank you
Got a question, would you consider making a video on how to take a Medusa recipe and host it locally on your computer and making it work. They have a uber eats clone called Medusa Eats, that even has different user types such as custromer and restaurant
That alone is a insanely interesting demo
@@ROBOROBOROBOROBO just a local setup, running on localhost ? I did test the medusa eats demo a month or so ago, running locally was not too complicated so if that’s what you mean, sure I think I could do that again with screen recorder on 😉 but if you mean setup local machine as a publicly available server with domain setup via DNS , that’s a beast 😅
@ I think just a local setup is more than enough man and that would be a great video, because Uber eats is such a unique e-commerce project and shows extend of Medusa is customization capabilities
If you ever do a video like that, that would be legendary, I would be the first one to watch that, people on GitHub repo of that project claim it doesn’t work well but I think it’s the fault of the vercel app hosting they put out for display
I think hosting options is topic of another video all together :D For example for Google cloud, it’s close to local setup but then ofcourse you need to set up dns and so on, even ssl certificates so website can be https :D
can you show, how to enable Ideal in the checkout page ?
@@noahperez9631 possibly yes. Already have people asking for paypal, klarna and now ideal. So im getting the sense that there’s a need for more options when it comes to payment providers. Though I currently dont have any experience with ideal integration, so I would have to do sole research first, to see what it takes. I think it is currently Stripe only that is officially supported by the medusa core dependencies, so for any other payment provider, I would have to create a custom module. Or….. wait a bit and see if the core team releases a module. But, I am definitely keeping an eye out for payment providers 🤞
How much is the Railway usage cost for a Medusa store?
@@Elifire-y3i depends how much traffic your site gets. But with low traffic, its about 6-7$/month. more visitor = more server cost
Hello everyone, I have a problem, I use medusajs 2.0 as a backend for a store, I encountered a problem that when changing the quantity of goods in the basket, the arrangement of goods changes, that is, Medusa gives out a new sorted array each time, by what criteria it sorts this array is a mystery to me, because only the quantity of the product changes, and not the name, etc., it also does not look like sorting by quantity, so I have a question, should I look for and fix the sorting in Medusa itself or sort the array already on the front end?
Well the easier way to solve this problem would be to sort on the client (frontend).
P.S I am new to medusa js
@@AquaDaddy hmm, I believe I have seen some folks mentioning this in the discord community. But that was weeks ago, before the official 2.0.0 I think 🤔 Are you on the latest version?