Hi!
My project id is 980ee61c-1bdf-4d33-baa2-ec2520cda4ec
Running railway run bundle exec puma -C config/puma.rb seems to work on my console
But when trying to navigate through the browser I get error "Is your app correctly listening on $PORT?"
In my config/puma.rb I do have
port ENV.fetch("PORT") { 3000 }
pidfile ENV.fetch("PIDFILE") { "tmp/pids/server.pid" }
and PORT is define in my project variables
Looking at the logs I see
No such file or directory @ rb_sysopen - tmp/pids/server.pid (Errno::ENOENT)