I dont think there is an easy way to host Medusa js application #114707
-
BodyI think its almost impossible to host a medusa js application. We have tried numerous ways to host our medusa js app for over a month, there are issues like login functionality not working or some other issues... If there is an easy or efficient way to host medusa js applications please tell us, your help would be much appreciated since It's been an irritating task for us. Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Tried to deploy the app on railway, this is the error we got:
npm WARN config production Use
npm WARN config production Use
npm WARN config production Use
npm WARN config production Use
npm WARN config production Use
npm WARN config production Use `--omit=d |
Beta Was this translation helpful? Give feedback.
-
To host a Medusa.js application ensure you deploy the Medusa backend first as both the admin and storefront require a deployed backend URL Choose a hosting provider that supports Node.js servers like Heroku DigitalOcean or Railway and ensure it offers at least 2GB of RAM for optimal performance Your backend will connect to PostgreSQL and Redis databases which most hosting providers can manage alongside your Medusa backend For the admin ensure your hosting provider supports high RAM usage and follow the specific deployment guides for your chosen platform For the storefront deployment depends on the tools you use to create it with options like Vercel for Next.js projects. |
Beta Was this translation helpful? Give feedback.
-
any tutorial plz ? |
Beta Was this translation helpful? Give feedback.
To host a Medusa.js application ensure you deploy the Medusa backend first as both the admin and storefront require a deployed backend URL Choose a hosting provider that supports Node.js servers like Heroku DigitalOcean or Railway and ensure it offers at least 2GB of RAM for optimal performance Your backend will connect to PostgreSQL and Redis databases which most hosting providers can manage alongside your Medusa backend For the admin ensure your hosting provider supports high RAM usage and follow the specific deployment guides for your chosen platform For the storefront deployment depends on the tools you use to create it with options like Vercel for Next.js projects.