Database error when deploying to Heroku

Posted by Claire Lo

7 months ago

1

production action-cable heroku database active-record

Error message:

The 'cable' database is not configured for the 'production' environment. (ActiveRecord::AdapterNotSpecified)


Make sure the config/cable.yml file looks like this:

development:
adapter: solid_cable
production:
adapter: solid_cable
test:
adapter: solid_cable