beakman
beakman
Hello @vinumweb! I updated this template. Maybe you can checkout my branch and provide some feedback.
Hello @Anan-Saadi, could you share your host specifications? I updated the instructions with a step I wasn't specified about building the backend image. Maybe that helps.
Hey @Anan-Saadi! Can you provide more information about how and where are you running the stack?
Hello! Try to run the stack like this: ```bash docker compose up postgres redis medusa_server medusa_worker -d && docker compose up storefront -d ``` The backend is required to be...
Can you try to do a ```bash docker system prune --af --volumes ``` Also. Check if the backend started up correctly by going to http://localhost:9000/app
No problem mate! Can you share the generated entrypoint.sh? And also the 500 error trace?
Hello @LeroySteding! Did you try editing the *_CORS variables the generated `.env` file?
Hello! I had a similar issue and the problem was an incomplete Schema. You need to specify all models you use. Including all the relations. This is mine for example:...
Hello! Did you try the new version? I recommend go with default settings at the beginning. Let me know if you still having issues.