Apache Age is fully working through terminal but Age-viewer showing error which is:
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'loaclhost'
Database connection is fully working on bin/psql but on age-viewer it shows "[]:(ENOTFOUND) getaddrinfo ENOTFOUND loaclhost".
Anyone help me plz
2
Answers
The error says that the host address is not valid.
Either use ‘localhost’ or ‘127.0.0.1’ in the hostname field as
you have misspelled
localhost
asloaclhost
.restart
Apache AGE viewer
and insert correct host name aslocalhost
or127.0.0.1