Is someone else seeing
Error: connect ECONNREFUSED
related issues with their deployed functions?
Locally it works perfectly.
I have one function in particular that works on and off when I send requests to it.
Edit: it seems like this affect multiple (all I’ve tested so far) functions.
Here’s part of the axios error message I get
# Error: connect ECONNREFUSED 206.189.50.215:443
# at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1157:16) {
# errno: -111,
# code: 'ECONNREFUSED',
# syscall: 'connect',
# address: '206.189.50.215',
# port: 443,
# config: {
# transitional: {
# silentJSONParsing: true,
# forcedJSONParsing: true,
# clarifyTimeoutError: false
# },
# adapter: [Function: httpAdapter],
# transformRequest: [ [Function: transformRequest] ],
# transformResponse: [ [Function: transformResponse] ],
# timeout: 0,
# xsrfCookieName: 'XSRF-TOKEN',
# xsrfHeaderName: 'X-XSRF-TOKEN',
# maxContentLength: -1,
# maxBodyLength: -1,
# validateStatus: [Function: validateStatus],
# headers: {
# Accept: 'application/json, text/plain, */*',
# 'Content-Type': 'application/json',
# 'User-Agent': 'axios/0.26.1',
# 'Content-Length': 423
# },