I have Ruby app up and running with a puma server. It runs on a virtual machine.
When I connect to this machine over ssh everything works perfectly. However, if ssh logout
and refresh the page I see a blank page and
"Request Method:GET; Status Code:500 Internal Server Error" in the network console.
If I ssh login
- it works again.
I tried to start the puma server with:
puma -d
and
pumactl start -d
started in screen. But the result is the same.
I don't know Ruby at all, but have to solve this problem. Thanks in advance.