Workflow Execution list stays empty

Hey!
I’m running another instance of n8n outside of docker, but my the execution list stays empty. Workflow execution works fine but for debugging it would be great to go into past executions…

Is there a log file where I can find an error? Syslog doesn’t tell anything.

Okay. I found the mistake. It was in my systemd service file…

Changed
WorkingDirectory=/home/xxx/.n8n
to
WorkingDirectory=/home/xxx/

Now it’s working