Slack salesforce integration

I am facing an issue in my code . I have written a code in node js for slack and salesforce integration it is working good but when i used it for the first time in a day then i m facing an error can some one please help.
Error: connect ECONNREFUSED 13.108.234.2:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1191:14)
errno: ‘ECONNREFUSED’,
code: ‘ECONNREFUSED’,
syscall: ‘connect’,
address: ‘13.108.234.2’,
port: 443

1 Like

Hi @pooja241, welcome to the Glitch forums! Am I understanding correctly that before you got that error, the code was running successfully and you were receiving the correct response? If so, is it possible that there is an authentication token which you’re submitting which could have expired?

2 Likes

If you have an option to change the port the server listens on then please change it to 3000 if you could send us your project name that would allow us a deeper insight and we may be able to fix your issue!

1 Like