status":"500","code":"ESOCKET","message":"Failed to connect

Good day all.
I have been working through video tutorials. I am connecting to an existing mssql database using “direct database connection” settings. In the Wappler dap everything hooks up fine. I can connect to the tables, I have no problem seeing the data in the tables. Running in Debug mode. When I run the application in the browser it loads ok, but any attempts to access the database returns the following error. Can you give any suggestions to fix or to troubleshoot further. Thanks in advance

{“status”:“500”,“code”:“ESOCKET”,“message”:“Failed to connect to ACCOUNTSADMIN:1433 - getaddrinfo ENOTFOUND ACCOUNTSADMIN”,“stack”:“ConnectionError: Failed to connect to ACCOUNTSADMIN:1433 - getaddrinfo ENOTFOUND ACCOUNTSADMIN\n at ConnectionError (/opt/node_app/node_modules/tedious/lib/errors.js:13:12)\n at Connection.socketError (/opt/node_app/node_modules/tedious/lib/connection.js:1641:56)\n at /opt/node_app/node_modules/tedious/lib/connection.js:1400:21\n at GetAddrInfoReqWrap.callback (/opt/node_app/node_modules/tedious/lib/connector.js:195:16)\n at GetAddrInfoReqWrap.onlookupall [as oncomplete] (dns.js:74:17)”}

Community Page
Last updated: