You must have just implemented Rails 8. The default config assumes you have configured Cable, Queue and Cache, and if you haven’t you won’t be able to start Production unless you re-configure…
- Cable - match prod to dev in config/cable.yml
- Queue - comment out reference to “solid_queue” in config/environment/production.rb
- Cache - comment out “database” line in cache.yml