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

Successfully deployed Wharf but it returns 500 #111

Closed PabloVSouza closed 3 years ago

PabloVSouza commented 3 years ago

I'm trying to setup wharf for the first time on my VPS, and after following some guides, i have managed to successfully deploy the app, but when i try to access it, i get an error 500. image

After reading the logs, i could not find the source of this problem... image

It's probably some newbie mistake, but i have no clue on how to solve it...

palfrey commented 3 years ago

Not sure TBH. Looks like it's parsing something badly. What happens if you run dokku config --global on the server? Also, which version of Dokku are you running? If it's >0.19.13 then as per the README this won't work!

PabloVSouza commented 3 years ago

Not sure TBH. Looks like it's parsing something badly. What happens if you run dokku config --global on the server? Also, which version of Dokku are you running? If it's >0.19.13 then as per the README this won't work!

It was the dokku version, thanks!