when i execute this line : bot = AgentBot.create!(name: "Rasa Bot", outgoing_url: "http://localhost:8000") #2939
Unanswered
r-sagar-cs
asked this question in
Self hosted
Replies: 1 comment
-
Please double-check whether you have the correct environment variables configured for your chatwoot installation. particularly the config for postgres |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
getting this error:
ActiveRecord::ConnectionNotEstablished: could not translate host name "postgres" to address: Temporary failure in name resolution
from /usr/local/rvm/gems/ruby-3.0.2/gems/activerecord-6.1.4/lib/active_record/connection_adapters/postgresql_adapter.rb:83:in `rescue in new_client'
Caused by PG::ConnectionBad: could not translate host name "postgres" to address: Temporary failure in name resolution
from /usr/local/rvm/gems/ruby-3.0.2/gems/pg-1.2.3/lib/pg.rb:58:in `initialize'
Beta Was this translation helpful? Give feedback.
All reactions