Bad gateway Error after Updating Penpot Docker Container

Hi there,
I updated the Docker container of Penpot today using the command: sudo docker compose -f docker-compose.yaml pull and started the container using the command: sudo docker compose -p penpot -f docker-compose.yaml up -d. Now it shows a ‘Bad gateway’ message with a retry button.
I’m using Arch Linux.
Any help would be greatly appreciated!

And docker-compose logs gives me : PrivateBin

Hi @mohammedshan !

You can launch docker without the -d option

sudo docker compose -p penpot -f docker-compose.yaml up

So you can check what’s the output, check if something is wrong and paste here the result :wink:

Thanks!

One more question, what url are you using to access penpot?, could you check exactly the failing request in your browser network tab and paste here a screenshot?

Hi there.
I am also experiencing similar problems as described above after updating.
Running on Linux Mint 21.3 Cinnamon 6.0.4 linux kernel 5.15.0-124-generic and accessing in Firefox via http://localhost:9001

When I launced without a d as suggested, I get the following result:

Previous updates have been smooth sailing, so this took me by surprise.
Any help would be much appreciated :slight_smile:

Solved! I saw somewhere I need to add ‘PENPOT_SECRET_KEY: cOr4NdD4Hs8QMhWEclKcBdnKPeUkK8iwOVIoVmPGacVv97B7ZVEDhvwfcSwO39A1’ to the yaml file. Thanks!

1 Like