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
I got connection failed when I was visiting the login page.
here is the warning message.
Warning: mysqli_connect(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/html/config.inc on line 8
Warning: mysqli_connect(): (HY000/2002): php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/html/config.inc on line 8
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! It looks like some required resources may not have deployed correctly, causing a DNS resolution failure—likely related to null_resource.rds_endpoint (as noted in ISSUES #77).
To troubleshoot:
Check if all resources were successfully deployed.
Verify if rds_endpoint failed, as this could be causing the issue.
Try re-running the deployment with github workflow.
If the issue persists, feel free to share logs, and we’ll be happy to assist.
I got connection failed when I was visiting the login page.
here is the warning message.
Warning: mysqli_connect(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/html/config.inc on line 8
Warning: mysqli_connect(): (HY000/2002): php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/html/config.inc on line 8
The text was updated successfully, but these errors were encountered: