ODK Central error : getaddrinfo EAI_AGAIN local

Hello,

I tried to install ODK Central on a Centos 7 and was able to successfully do so.

Now post installation when I am trying to view a newly created form I am getting below error.

getaddrinfo EAI_AGAIN local

My .env details are (Tried 2 versions)

SSL_TYPE=selfsign
DOMAIN=localhost
SYSADMIN_EMAIL=localhost@gmail.com

SSL_TYPE=selfsign
DOMAIN=local
SYSADMIN_EMAIL=localhost@gmail.com

Can someone please let me know how to resolve this issue.

Thanks
Nancy

Hi @nancymishra2301

Please update your DOMAIN to localhost

Hi Ronald,

Thanks for your suggestion. So when I use configuration

SSL_TYPE=selfsign
DOMAIN=localhost
SYSADMIN_EMAIL=localhost@gmail.com

The error changes to "Could not connect with Server" with 500 response.

Thanks
Nancy