I have been stuck for over a day just trying to deploy my starter app with just an ultra simple postgreSQL setup. I have watched a bunch of tutorials, followed the docs and used chatGPT a ton, to no avail. The docs don’t say anything about editing the database.yml, so I am confused by this error. I have copied and pasted the render.yaml exactly as well as the render-build.sh
I am getting this error:
/opt/render/project/.gems/ruby/3.3.0/gems/activerecord-8.0.0/lib/active_record/database_configurations.rb:229:in `resolve_symbol_connection': The `cable` database is not configured for the `production` environment. (ActiveRecord::AdapterNotSpecified)
Available database configurations are:
default
development
test
production