medusa-stack-dockerized icon indicating copy to clipboard operation
medusa-stack-dockerized copied to clipboard

🪼 + 🐋 = ❤️

Results 8 medusa-stack-dockerized issues
Sort by recently updated
recently updated
newest added

Thank you for this Dockerfile. It gave me some hope after seeing the complexity of the main project. But I wish I was able to run it. Can you please...

Hey im getting an issue when I run locally to try this out. The images in the admin panel do not show up. ![image](https://github.com/beakman/medusa-stack-dockerized/assets/60425597/51c4136f-f283-413d-a372-b51202923924) I have verified they are in...

I cloned the repository and followed the steps mentioned in the readme , but I'm encountering a recurring issue where the server keeps crashing immediately after starting . ``` 2023-06-04...

Hi I get below error when the medusa_server try starting. I have tried with develop and production. Same same. Do you have any idea how to solve ? Error: Could...

I’m running into issues - is it best to follow the “next steps” printed in the terminal after you run npx create-dockerized-medusa-app Or follow the instructions on the github readme?

When deploying on a server and everything is up and running, the backend is giving auth / cors errors conserning the ip address requesting the data. We should be able...

Steps taken before encountering the issue: 1. ran 'npx create-dockerized-medusa-app'. prod mode, no seeding, all the default settings. 2. cd output/proj-name 3. docker-compose up -d error: => ERROR [storefront builder...

`medusa build` [outputs a standalone transpiled output](https://docs.medusajs.com/resources/medusa-cli/commands/build), and isn't strictly required by `medusa start`, which serves straight from the typescript source files. For production builds, if we want to minimize...