Retool Self-hosted Error 500

Hello,
I am trying to deploy retool on Ubuntu 20.04 at Digital Ocean

My Droplet Specs:
4 Core AMD
8 GB RAM
60 GB SSD
Ubuntu 20.04

I installed it using:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/tryretool/retool-onpremise/ssop/deploy-retool)" < <(echo "SSOP_MY_KEY")

At first when I was signing up everything was OK but now when I logged in its not working anymore and throwing just Error 500

I even tried to reinstall it and but nothing works moreover I can't find the logs

image

Hi @DezyDev :wave:

& welcome to our community. Happy to help you out here :smiley: Assuming you've installed using docker, may you run sudo docker-compose ps and let me know what you see. A screenshot would be appreciated! Also for logs, try out sudo docker-compose logs --tail 200 and do also let me know what you see there. I'm figuring there may be an issue with the way your instance is setup.

Best,

Pawan