I've been having this error when logging in my subscription in Acquia Cloud:

Error: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution (0)

I think it is a PHP problem, not sure. I dont know how to troubleshoot it.

I want to migrate my local drupal site in the Acquia Cloud for my project.

2

There are 2 best solutions below

0
On

If you were logging in from a saved url then seems like your url has expired. Please try again directly from the acquia website with a fresh url.

0
On

I got the same error message when trying to run composer commands on CentOS virtual machine. The solution that worked came from this post. In /etc/httpd/conf/httpd.conf, set ServerName to 127.0.0.1:80. Restart apache service.