You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseConfigurationError.new("You need to add a client's public key in .pem format via #{Chatops.public_key_env_var_name}")unlessChatops.public_key.present?
raiseConfigurationError.new("You need to set the server's base URL to authenticate chatops RPC via #{Chatops.auth_base_url_env_var_name}")
136
141
end
137
-
ifChatops.auth_base_url[-1] == "/"
138
-
raiseConfigurationError.new("Don't include a trailing slash in #{Chatops.auth_base_url_env_var_name}; the rails path will be appended and it must match exactly.")
0 commit comments