Strapi installation failing
I wanted to deploy Strapi with Postgres (with the template), but I always get "healthcheck failed" in the logs. Do I need to do anything else besides setting up the Cloudinary environment variables?
I would be grateful for any hints, I am not familiar with the platform yet and I thought I could set this up with just a few clicks π
Solution:this was a simple copy error on the strapi template, we will fix this, but you can fix it right now by editing the
now fixed on the template...Jump to solution
PGPORT
variable to ${{Postgres.PGPORT_PRIVATE}}
on the strapi service4 Replies
Project ID:
N/A
will look into this soon
Solutionthis was a simple copy error on the strapi template, we will fix this, but you can fix it right now by editing the
now fixed on the template
PGPORT
variable to ${{Postgres.PGPORT_PRIVATE}}
on the strapi servicewow- this was fast - thx a lot it works now