Getting "getaddrinfo ENOTFOUND" error when I try to send requests to my server. It worked just fine yesterday, and I have not touched anything and have not deployed anything to my server.
Server responses just fine when I send requests from a browser or postman. What can I do to fix this..?
Hey @Che1_Che1 ,
Welcome To Retool Community
The getaddrinfo ENOTFOUND
error occurs when your system can't resolve the server's domain or IP address. To resolve it, verify the URL in Retool is correct, check for DNS issues (using public DNS like Google DNS), ensure no firewall or network configurations are blocking the request, and make sure Retool’s server configuration is correct. Try using the server’s IP address directly and check the server logs for any connection errors. If the issue persists, check Retool's status page for outages and consider restarting both Retool and your server.
Thank You.
2 Likes