I have my app, Postrges and Redis in same region: Oregon. Yet I am getting this error when I try to deploy the app.
I have already REDIS_URL in my env var pointing to internal redis URL.
Log
Nov 13 05:49:19 PM rake aborted!
Nov 13 05:49:19 PM ActiveRecord::ConnectionNotEstablished: could not translate host name "dpg-cl8t9xxxxxxxxxx-x" to address: Name or service not known
......
Nov 13 05:49:19 PM Caused by:
Nov 13 05:49:19 PM PG::ConnectionBad: could not translate host name "dpg-cl8t9xxxxxxxxxx-x" to address: Name or service not known
.........
Nov 13 05:49:20 PM Tasks: TOP => db:abort_if_pending_migrations
Nov 13 05:49:20 PM (See full trace by running task with --trace)
Nov 13 05:49:20 PM ==> Build failed 😞
Please help! I rush with something urgent today, and this is the only thing that is holding me back now