rodusa
Rails API unable to handle requests http error 500 after deploy
Everything seems to be confirured properly. What I am missing?
https://rails-production-8cf3.up.railway.app/
=> Booting Puma
=> Rails 7.0.5 application starting in environment
=> Run
bin/rails server --help
for more startup options
config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly:
* development - set it to false
* test - set it to false (unless you use a tool that preloads your test environment)
* production - set it to true
Puma starting in single mode...
* Puma version: 5.6.6 (ruby 3.1.2-p20) ("Birdie's Version")
* Min threads: 5
* Max threads: 5
* Environment: environment
* PID: 1
* Listening on http://0.0.0.0:5654
Use Ctrl-C to stop4 replies