Can't deploy a v2 Medusa app on DigitalOcean #13275
Unanswered
vetaliieng
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! When I try to deploy the server app on DigitalOcean, I receive such errors:
So to be precise, the error is "self-signed certificate in certificate". I tried to specify a custom CA certificate value in the
medusa-config
file, which DO provides. Tried bothCA_CERT
andDATABASE_CA_CERT
variable names, but it didn't work.My
medusa-config
file contents:For now, I'm using a command from the screenshot to run the app, but it stops installing packages at some point, and I receive a health check error:
My app has only 1GB of RAM on Digital Ocean, could this be a reason? What am I doing wrong? Seems like I follow every step of the general deployment instructions from the docs, but no result so far.
Env vars set up:

Start command:

Beta Was this translation helpful? Give feedback.
All reactions