palfrey / wharf

Web UI for Dokku
https://tevps.net/blog/2018/2/28/wharf-dokku-web-frontend/
GNU Affero General Public License v3.0
247 stars 21 forks source link

Internal Server Error when trying to open app details #87

Closed PedroPini closed 4 years ago

PedroPini commented 4 years ago

First I would like to say thank's for the great work. The error that I am facing is related with the postgres, firstly I had change my postgres plugin version to postgres:12, so I saw an issue that it says that the Postgres plugin version should be >1.9.5. So I've created another dockerfile with the same postgres image being used on the plugin, which is 11.6 and still so I am facing the same error, would you have any guess?

image

palfrey commented 4 years ago

The README says "versions up to 1.9.5". That your log contains the text "Postgres services" indicates you're using a version of dokku-postgres that's a version after 1.9.5.

Closing as duplicate of #75