Replies: 3 comments 1 reply
-
|
I've also been struggling all day with this issue hosting with AWS |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Did you manage to deploy on DigitalOcean? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Im using app platform. You need to set sslmode to "no-verify" |
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.
-
I am trying to deploy Medusa V2, pretty much as is out of the box to DigitalOcean's App Platform.
I have this script setup in the Run Command:
cd .medusa/server && npm run predeploy && npm run start
And I also added the redeploy script as per the General Deployment Docs.
The error I get is:
I've tried a few different options, such as setting the config to:
Added to the environment variable for DATABASE_URL to append ?sslmode=disable
I tried downloading the CA certificate and adding it to the repository and adding ?sslmode=require&sslrootcert=/ca-certificate.crt but this resulted in:
no such file or directory, open '/ca-certificate.crt'
I'm not sure where to go from here. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions