iisnode encountered an error when processing the request.
HRESULT: 0x6d HTTP status: 500 HTTP subStatus: 1013 HTTP reason: Internal Server Error
You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.
In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.
The last 64k of the output generated by the node.exe process to stderr is shown below:
(node:7448) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Cannot stringify a function
Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read',
config: {
url: 'https://cms.mayflower.com.my/umbraco/shared/get',
method: 'get',
headers: {
Accept: 'application/json, text/plain, */*',
connection: 'keep-alive',
'accept-encoding': 'gzip, deflate',
'user-agent': 'Mozilla/5.0',
'x-forwarded-for': '206.1.31.15',
'cdn-loop': 'cloudflare; loops=1',
'cf-ipcountry': 'IN',
'cf-visitor': '{"scheme":"https"}',
'x-original-url': '/.env.save',
Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImFjYWY3MGZlLTk2MGYtMzA0Ni0xZThlLWQ0MDg2YzczMTY0OCIsIklwLUFkZHJlc3MiOiIyMDYuMS4zMS4xNSwxMy4yMjkuMjcuMjQzIiwiZXhwIjoxNzc3NDY3NDAzLCJpc3MiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyIsImF1ZCI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIn0.AQs9oQPEUdlraEsGErXbcraexXshxtuO9I-A39iqNjs'
},
params: {
query: 'title,subtitle,link,target',
deep: 8,
key: 'd7226312-b6d3-400a-86f7-7791fa1d69ed',
subKey: 5128
},
baseURL: 'http://localhost:\\\\.\\pipe\\5f7c6675-256a-41b8-a156-7a1524accbf9/',
transformRequest: [ [Function: transformRequest] ],
transformResponse: [ [Function: transformResponse] ],
timeout: 0,
adapter: [Function: httpAdapter],
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
validateStatus: [Function: validateStatus],
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
data: undefined
},
request: <ref *1> Writable {
_writableState: WritableState {
objectMode: false,
highWaterMark: 16384,
finalCalled: false,
needDrain: false,
ending: false,
ended: false,
finished: false,
destroyed: false,
decodeStrings: true,
defaultEncoding: 'utf8',
length: 0,
writing: false,
corked: 0,
sync: true,
bufferProcessing: false,
onwrite: [Function: bound onwrite],
writecb: null,
writelen: 0,
afterWriteTickInfo: null,
buffered: [],
bufferedIndex: 0,
allBuffers: true,
allNoop: true,
pendingcb: 0,
constructed: true,
prefinished: false,
errorEmitted: false,
emitClose: true,
autoDestroy: true,
errored: null,
closed: false,
closeEmitted: false,
[Symbol(kOnFinished)]: []
},
_events: [Object: null prototype] {
response: [Function: handleResponse],
error: [Function: handleRequestError]
},
_eventsCount: 2,
_maxListeners: undefined,
_options: {
maxRedirects: 21,
maxBodyLength: 10485760,
protocol: 'https:',
path: '/umbraco/shared/get?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128',
method: 'GET',
headers: [Object],
agent: undefined,
agents: [Object],
auth: undefined,
hostname: 'cms.mayflower.com.my',
port: null,
nativeProtocols: [Object],
pathname: '/umbraco/shared/get',
search: '?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128'
},
_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 0,
_requestBodyBuffers: [],
_onNativeResponse: [Function (anonymous)],
_currentRequest: ClientRequest {
_events: [Object: null prototype],
_eventsCount: 7,
_maxListeners: undefined,
outputData: [],
outputSize: 0,
writable: true,
destroyed: false,
_last: true,
chunkedEncoding: false,
shouldKeepAlive: true,
maxRequestsOnConnectionReached: false,
_defaultKeepAlive: true,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
_closed: false,
socket: [TLSSocket],
_header: 'GET /umbraco/shared/get?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128 HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'connection: keep-alive\r\n' +
'accept-encoding: gzip, deflate\r\n' +
'user-agent: Mozilla/5.0\r\n' +
'x-forwarded-for: 206.1.31.15\r\n' +
'cdn-loop: cloudflare; loops=1\r\n' +
'cf-ipcountry: IN\r\n' +
'cf-visitor: {"scheme":"https"}\r\n' +
'x-original-url: /.env.save\r\n' +
'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImFjYWY3MGZlLTk2MGYtMzA0Ni0xZThlLWQ0MDg2YzczMTY0OCIsIklwLUFkZHJlc3MiOiIyMDYuMS4zMS4xNSwxMy4yMjkuMjcuMjQzIiwiZXhwIjoxNzc3NDY3NDAzLCJpc3MiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyIsImF1ZCI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIn0.AQs9oQPEUdlraEsGErXbcraexXshxtuO9I-A39iqNjs\r\n' +
'Host: cms.mayflower.com.my\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
path: '/umbraco/shared/get?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128',
_ended: false,
res: null,
aborted: false,
timeoutCb: null,
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: 'cms.mayflower.com.my',
protocol: 'https:',
_redirectable: [Circular *1],
[Symbol(kCapture)]: false,
[Symbol(kNeedDrain)]: false,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype]
},
_currentUrl: 'https://cms.mayflower.com.my/umbraco/shared/get?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128',
[Symbol(kCapture)]: false
},
response: undefined,
isAxiosError: true,
toJSON: [Function: toJSON]
}
Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read',
config: {
url: 'https://cms.mayflower.com.my/umbraco/shared/get',
method: 'get',
headers: {
Accept: 'application/json, text/plain, */*',
connection: 'keep-alive',
'accept-encoding': 'gzip, deflate',
'user-agent': 'Mozilla/5.0',
'x-forwarded-for': '206.1.31.15',
'cdn-loop': 'cloudflare; loops=1',
'cf-ipcountry': 'IN',
'cf-visitor': '{"scheme":"https"}',
'x-original-url': '/node/config.env',
Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImFjYWY3MGZlLTk2MGYtMzA0Ni0xZThlLWQ0MDg2YzczMTY0OCIsIklwLUFkZHJlc3MiOiIyMDYuMS4zMS4xNSwxMy4yMjkuMjcuMjQzIiwiZXhwIjoxNzc3NDY3NDAzLCJpc3MiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyIsImF1ZCI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIn0.AQs9oQPEUdlraEsGErXbcraexXshxtuO9I-A39iqNjs'
},
params: {
query: 'title,subtitle,link,target',
deep: 8,
key: 'd7226312-b6d3-400a-86f7-7791fa1d69ed',
subKey: 5128
},
baseURL: 'http://localhost:\\\\.\\pipe\\5f7c6675-256a-41b8-a156-7a1524accbf9/',
transformRequest: [ [Function: transformRequest] ],
transformResponse: [ [Function: transformResponse] ],
timeout: 0,
adapter: [Function: httpAdapter],
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
validateStatus: [Function: validateStatus],
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
data: undefined
},
request: <ref *1> Writable {
_writableState: WritableState {
objectMode: false,
highWaterMark: 16384,
finalCalled: false,
needDrain: false,
ending: false,
ended: false,
finished: false,
destroyed: false,
decodeStrings: true,
defaultEncoding: 'utf8',
length: 0,
writing: false,
corked: 0,
sync: true,
bufferProcessing: false,
onwrite: [Function: bound onwrite],
writecb: null,
writelen: 0,
afterWriteTickInfo: null,
buffered: [],
bufferedIndex: 0,
allBuffers: true,
allNoop: true,
pendingcb: 0,
constructed: true,
prefinished: false,
errorEmitted: false,
emitClose: true,
autoDestroy: true,
errored: null,
closed: false,
closeEmitted: false,
[Symbol(kOnFinished)]: []
},
_events: [Object: null prototype] {
response: [Function: handleResponse],
error: [Function: handleRequestError]
},
_eventsCount: 2,
_maxListeners: undefined,
_options: {
maxRedirects: 21,
maxBodyLength: 10485760,
protocol: 'https:',
path: '/umbraco/shared/get?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128',
method: 'GET',
headers: [Object],
agent: undefined,
agents: [Object],
auth: undefined,
hostname: 'cms.mayflower.com.my',
port: null,
nativeProtocols: [Object],
pathname: '/umbraco/shared/get',
search: '?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128'
},
_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 0,
_requestBodyBuffers: [],
_onNativeResponse: [Function (anonymous)],
_currentRequest: ClientRequest {
_events: [Object: null prototype],
_eventsCount: 7,
_maxListeners: undefined,
outputData: [],
outputSize: 0,
writable: true,
destroyed: false,
_last: true,
chunkedEncoding: false,
shouldKeepAlive: true,
maxRequestsOnConnectionReached: false,
_defaultKeepAlive: true,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
_closed: false,
socket: [TLSSocket],
_header: 'GET /umbraco/shared/get?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128 HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'connection: keep-alive\r\n' +
'accept-encoding: gzip, deflate\r\n' +
'user-agent: Mozilla/5.0\r\n' +
'x-forwarded-for: 206.1.31.15\r\n' +
'cdn-loop: cloudflare; loops=1\r\n' +
'cf-ipcountry: IN\r\n' +
'cf-visitor: {"scheme":"https"}\r\n' +
'x-original-url: /node/config.env\r\n' +
'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImFjYWY3MGZlLTk2MGYtMzA0Ni0xZThlLWQ0MDg2YzczMTY0OCIsIklwLUFkZHJlc3MiOiIyMDYuMS4zMS4xNSwxMy4yMjkuMjcuMjQzIiwiZXhwIjoxNzc3NDY3NDAzLCJpc3MiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyIsImF1ZCI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIn0.AQs9oQPEUdlraEsGErXbcraexXshxtuO9I-A39iqNjs\r\n' +
'Host: cms.mayflower.com.my\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
path: '/umbraco/shared/get?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128',
_ended: false,
res: null,
aborted: false,
timeoutCb: null,
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: 'cms.mayflower.com.my',
protocol: 'https:',
_redirectable: [Circular *1],
[Symbol(kCapture)]: false,
[Symbol(kNeedDrain)]: false,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype]
},
_currentUrl: 'https://cms.mayflower.com.my/umbraco/shared/get?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128',
[Symbol(kCapture)]: false
},
response: undefined,
isAxiosError: true,
toJSON: [Function: toJSON]
}