Where should I start troubleshooting?

Ok, so my setup was working a while ago, but not anymore. Not sure what we've changed and don't really know where to start troubleshooting.

Basically, as mentionned in another post, we are getting 502 bad gateway.
When using systemctl, both nginx and metabase are starting fine (but obviously not working).
If I stop do systemctl stop metabase.service and start it manually with java -jar metabase.jar, it is working just fine.

I am assuming it has to do with Systemctl somehow, but don't know where look...

Any help will be very appreciated

Hi @GAuber
Make sure you have followed this: https://www.metabase.com/docs/latest/operations-guide/running-metabase-on-debian.html

Especially file permissions, since I'm guessing that is causing the problems.
Or perhaps you are using a different port via the service vs when launching the command directly, and have the wrong port configured in Nginx's proxy config.

But logs are everything. That will tell you everything you need to know. So make sure you check those.

Post "Diagnostic Info" from Admin > Troubleshooting.