An unhandled lowlevel error occurred. The application logs may have details
问题 I'm tyring to deploy a rails app to a digital ocean droplet and all seems to be configured ok but I get this error: An unhandled lowlevel error occurred. The application logs may have details. I'm not sure what to do as the logs are empty. Here's the nginx config: upstream puma { server unix:///home/yourcv.rocks/shared/tmp/sockets/yourcv.rocks-puma.sock; } server { listen 80 default_server deferred; server_name 127.0.0.1; root /home/yourcv.rocks/current/public; access_log /home/yourcv.rocks