I am trying to develop docker version of ResourceSpace for our workplace NAS server.
The setup page loads fine and we are able to input all the information on the setup page but when we click "Begin Installation" button, the browser would work in background for a few seconds then take us to a blank page.
Two errors we can find are ..
in httpd error log:
PHP Fatal error: Uncaught mysqli_sql_exception: php_network_getaddresses: getaddrinfo for backend failed: Temporary failure in name resolution in /var/www/html/pages/setup.php:544\nStack trace:\n#0 /var/www/html/pages/setup.php(544): mysqli_connect()\n#1 {main}\n thrown in /var/www/html/pages/setup.php on line 544, referer:
http://localhost:4000/pages/setup.php
And in browser console log:
What am I doing wrong or missing?
Thank you