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:
⚠ "next start" does not work with "output: standalone" configuration. Use "node .next/standalone/server.js" instead.
(node:340) [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)
⨯ TypeError: fetch failed
at node:internal/deps/undici/undici:13178:13
at async fetchExternalImage (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:723:17)
at async NextNodeServer.imageOptimizer (E:\App\Site\node_modules\next\dist\server\next-server.js:654:48)
at async cacheEntry.imageResponseCache.get.incrementalCache (E:\App\Site\node_modules\next\dist\server\next-server.js:182:65)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:90:36
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
[cause]: Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:218:20)
at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read'
}
}
X [Error]: read ECONNRESET
at X.from (E:\App\Site\.next\server\chunks\4263.js:1:51936)
at y.<anonymous> (E:\App\Site\.next\server\chunks\4263.js:3:12044)
at y.emit (node:events:519:28)
at m.<computed> (E:\App\Site\.next\server\chunks\4263.js:1:15670)
at ClientRequest.emit (node:events:519:28)
at emitErrorEvent (node:_http_client:108:11)
at TLSSocket.socketErrorListener (node:_http_client:511:5)
at TLSSocket.emit (node:events:519:28)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at aY.request (E:\App\Site\.next\server\chunks\4263.js:3:24275)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async E:\App\Site\.next\server\app\news\[...id]\page.js:24:18499
at async T (E:\App\Site\.next\server\app\news\[...id]\page.js:24:18854) {
syscall: 'read',
code: 'ECONNRESET',
errno: -4077,
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [ 'xhr', 'http', 'fetch' ],
transformRequest: [ [Function (anonymous)] ],
transformResponse: [ [Function (anonymous)] ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: { FormData: [Function], Blob: [class Blob] },
validateStatus: [Function: validateStatus],
headers: Object [AxiosHeaders] {
Accept: 'application/json, text/plain, */*',
'Content-Type': undefined,
'User-Agent': 'axios/1.13.2',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
baseURL: 'https://api.eranico.com/api',
method: 'get',
url: 'Content/get-detail/192313',
allowAbsoluteUrls: true,
data: undefined
},
request: <ref *1> Writable {
_events: {
close: undefined,
error: [Function (anonymous)],
prefinish: undefined,
finish: undefined,
drain: undefined,
response: [Function (anonymous)],
socket: [Array],
abort: undefined
},
_writableState: WritableState {
highWaterMark: 16384,
length: 0,
corked: 0,
onwrite: [Function: bound onwrite],
writelen: 0,
bufferedIndex: 0,
pendingcb: 0,
[Symbol(kState)]: 17580812,
[Symbol(kBufferedValue)]: null
},
_maxListeners: undefined,
_options: {
maxRedirects: 21,
maxBodyLength: Infinity,
protocol: 'https:',
path: '/api/Content/get-detail/192313',
method: 'GET',
headers: [Object: null prototype],
agents: [Object],
auth: undefined,
family: undefined,
beforeRedirect: [Function: ax],
beforeRedirects: [Object],
http2Options: undefined,
hostname: 'api.eranico.com',
port: '',
agent: undefined,
nativeProtocols: [Object],
pathname: '/api/Content/get-detail/192313'
},
_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 0,
_requestBodyBuffers: [],
_eventsCount: 3,
_onNativeResponse: [Function (anonymous)],
_currentRequest: ClientRequest {
_events: [Object: null prototype],
_eventsCount: 7,
_maxListeners: undefined,
outputData: [],
outputSize: 0,
writable: true,
destroyed: true,
_last: true,
chunkedEncoding: false,
shouldKeepAlive: true,
maxRequestsOnConnectionReached: false,
_defaultKeepAlive: true,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
strictContentLength: false,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
_closed: true,
socket: [TLSSocket],
_header: 'GET /api/Content/get-detail/192313 HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'User-Agent: axios/1.13.2\r\n' +
'Accept-Encoding: gzip, compress, deflate, br\r\n' +
'Host: api.eranico.com\r\n' +
'Connection: keep-alive\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
joinDuplicateHeaders: undefined,
path: '/api/Content/get-detail/192313',
_ended: false,
res: null,
aborted: false,
timeoutCb: [Function: emitRequestTimeout],
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: 'api.eranico.com',
protocol: 'https:',
_redirectable: [Circular *1],
[Symbol(shapeMode)]: false,
[Symbol(kCapture)]: false,
[Symbol(kBytesWritten)]: 0,
[Symbol(kNeedDrain)]: false,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype],
[Symbol(errored)]: null,
[Symbol(kHighWaterMark)]: 16384,
[Symbol(kRejectNonStandardBodyWrites)]: false,
[Symbol(kUniqueHeaders)]: null
},
_currentUrl: 'https://api.eranico.com/api/Content/get-detail/192313',
_timeout: null,
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false
},
digest: '96887131',
[cause]: Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:218:20)
at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read'
}
}
X [Error]: read ECONNRESET
at X.from (E:\App\Site\.next\server\chunks\4263.js:1:51936)
at y.<anonymous> (E:\App\Site\.next\server\chunks\4263.js:3:12044)
at y.emit (node:events:519:28)
at m.<computed> (E:\App\Site\.next\server\chunks\4263.js:1:15670)
at ClientRequest.emit (node:events:519:28)
at emitErrorEvent (node:_http_client:108:11)
at TLSSocket.socketErrorListener (node:_http_client:511:5)
at TLSSocket.emit (node:events:519:28)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at aY.request (E:\App\Site\.next\server\chunks\4263.js:3:24275)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async b (E:\App\Site\.next\server\app\news\page.js:1:19356) {
syscall: 'read',
code: 'ECONNRESET',
errno: -4077,
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [ 'xhr', 'http', 'fetch' ],
transformRequest: [ [Function (anonymous)] ],
transformResponse: [ [Function (anonymous)] ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: { FormData: [Function], Blob: [class Blob] },
validateStatus: [Function: validateStatus],
headers: Object [AxiosHeaders] {
Accept: 'application/json, text/plain, */*',
'Content-Type': undefined,
'User-Agent': 'axios/1.13.2',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
baseURL: 'https://api.eranico.com/api',
method: 'get',
url: 'Content/list?Size=12&Page=1&Title=%D8%B0%D8%AE%D8%A7%DB%8C%D8%B1+%D8%B7%D9%84%D8%A7%DB%8C+%D8%B1%D9%88%D8%B3%DB%8C%D9%87&OrderType=desc',
allowAbsoluteUrls: true,
data: undefined
},
request: <ref *1> Writable {
_events: {
close: undefined,
error: [Function (anonymous)],
prefinish: undefined,
finish: undefined,
drain: undefined,
response: [Function (anonymous)],
socket: [Array],
abort: undefined
},
_writableState: WritableState {
highWaterMark: 16384,
length: 0,
corked: 0,
onwrite: [Function: bound onwrite],
writelen: 0,
bufferedIndex: 0,
pendingcb: 0,
[Symbol(kState)]: 17580812,
[Symbol(kBufferedValue)]: null
},
_maxListeners: undefined,
_options: {
maxRedirects: 21,
maxBodyLength: Infinity,
protocol: 'https:',
path: '/api/Content/list?Size=12&Page=1&Title=%D8%B0%D8%AE%D8%A7%DB%8C%D8%B1+%D8%B7%D9%84%D8%A7%DB%8C+%D8%B1%D9%88%D8%B3%DB%8C%D9%87&OrderType=desc',
method: 'GET',
headers: [Object: null prototype],
agents: [Object],
auth: undefined,
family: undefined,
beforeRedirect: [Function: ax],
beforeRedirects: [Object],
http2Options: undefined,
hostname: 'api.eranico.com',
port: '',
agent: undefined,
nativeProtocols: [Object],
pathname: '/api/Content/list',
search: '?Size=12&Page=1&Title=%D8%B0%D8%AE%D8%A7%DB%8C%D8%B1+%D8%B7%D9%84%D8%A7%DB%8C+%D8%B1%D9%88%D8%B3%DB%8C%D9%87&OrderType=desc'
},
_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 0,
_requestBodyBuffers: [],
_eventsCount: 3,
_onNativeResponse: [Function (anonymous)],
_currentRequest: ClientRequest {
_events: [Object: null prototype],
_eventsCount: 7,
_maxListeners: undefined,
outputData: [],
outputSize: 0,
writable: true,
destroyed: true,
_last: true,
chunkedEncoding: false,
shouldKeepAlive: true,
maxRequestsOnConnectionReached: false,
_defaultKeepAlive: true,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
strictContentLength: false,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
_closed: true,
socket: [TLSSocket],
_header: 'GET /api/Content/list?Size=12&Page=1&Title=%D8%B0%D8%AE%D8%A7%DB%8C%D8%B1+%D8%B7%D9%84%D8%A7%DB%8C+%D8%B1%D9%88%D8%B3%DB%8C%D9%87&OrderType=desc HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'User-Agent: axios/1.13.2\r\n' +
'Accept-Encoding: gzip, compress, deflate, br\r\n' +
'Host: api.eranico.com\r\n' +
'Connection: keep-alive\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
joinDuplicateHeaders: undefined,
path: '/api/Content/list?Size=12&Page=1&Title=%D8%B0%D8%AE%D8%A7%DB%8C%D8%B1+%D8%B7%D9%84%D8%A7%DB%8C+%D8%B1%D9%88%D8%B3%DB%8C%D9%87&OrderType=desc',
_ended: false,
res: null,
aborted: false,
timeoutCb: [Function: emitRequestTimeout],
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: 'api.eranico.com',
protocol: 'https:',
_redirectable: [Circular *1],
[Symbol(shapeMode)]: false,
[Symbol(kCapture)]: false,
[Symbol(kBytesWritten)]: 0,
[Symbol(kNeedDrain)]: false,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype],
[Symbol(errored)]: null,
[Symbol(kHighWaterMark)]: 16384,
[Symbol(kRejectNonStandardBodyWrites)]: false,
[Symbol(kUniqueHeaders)]: null
},
_currentUrl: 'https://api.eranico.com/api/Content/list?Size=12&Page=1&Title=%D8%B0%D8%AE%D8%A7%DB%8C%D8%B1+%D8%B7%D9%84%D8%A7%DB%8C+%D8%B1%D9%88%D8%B3%DB%8C%D9%87&OrderType=desc',
_timeout: null,
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false
},
digest: '211854591',
[cause]: Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:218:20)
at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read'
}
}
X [Error]: read ECONNRESET
at X.from (E:\App\Site\.next\server\chunks\4263.js:1:51936)
at y.<anonymous> (E:\App\Site\.next\server\chunks\4263.js:3:12044)
at y.emit (node:events:519:28)
at m.<computed> (E:\App\Site\.next\server\chunks\4263.js:1:15670)
at ClientRequest.emit (node:events:519:28)
at emitErrorEvent (node:_http_client:108:11)
at TLSSocket.socketErrorListener (node:_http_client:511:5)
at TLSSocket.emit (node:events:519:28)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at aY.request (E:\App\Site\.next\server\chunks\4263.js:3:24275)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async E:\App\Site\.next\server\app\news\[...id]\page.js:24:18499
at async T (E:\App\Site\.next\server\app\news\[...id]\page.js:24:18854) {
syscall: 'read',
code: 'ECONNRESET',
errno: -4077,
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [ 'xhr', 'http', 'fetch' ],
transformRequest: [ [Function (anonymous)] ],
transformResponse: [ [Function (anonymous)] ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: { FormData: [Function], Blob: [class Blob] },
validateStatus: [Function: validateStatus],
headers: Object [AxiosHeaders] {
Accept: 'application/json, text/plain, */*',
'Content-Type': undefined,
'User-Agent': 'axios/1.13.2',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
baseURL: 'https://api.eranico.com/api',
method: 'get',
url: 'Content/get-detail/192313',
allowAbsoluteUrls: true,
data: undefined
},
request: <ref *1> Writable {
_events: {
close: undefined,
error: [Function (anonymous)],
prefinish: undefined,
finish: undefined,
drain: undefined,
response: [Function (anonymous)],
socket: [Array],
abort: undefined
},
_writableState: WritableState {
highWaterMark: 16384,
length: 0,
corked: 0,
onwrite: [Function: bound onwrite],
writelen: 0,
bufferedIndex: 0,
pendingcb: 0,
[Symbol(kState)]: 17580812,
[Symbol(kBufferedValue)]: null
},
_maxListeners: undefined,
_options: {
maxRedirects: 21,
maxBodyLength: Infinity,
protocol: 'https:',
path: '/api/Content/get-detail/192313',
method: 'GET',
headers: [Object: null prototype],
agents: [Object],
auth: undefined,
family: undefined,
beforeRedirect: [Function: ax],
beforeRedirects: [Object],
http2Options: undefined,
hostname: 'api.eranico.com',
port: '',
agent: undefined,
nativeProtocols: [Object],
pathname: '/api/Content/get-detail/192313'
},
_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 0,
_requestBodyBuffers: [],
_eventsCount: 3,
_onNativeResponse: [Function (anonymous)],
_currentRequest: ClientRequest {
_events: [Object: null prototype],
_eventsCount: 7,
_maxListeners: undefined,
outputData: [],
outputSize: 0,
writable: true,
destroyed: true,
_last: true,
chunkedEncoding: false,
shouldKeepAlive: true,
maxRequestsOnConnectionReached: false,
_defaultKeepAlive: true,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
strictContentLength: false,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
_closed: true,
socket: [TLSSocket],
_header: 'GET /api/Content/get-detail/192313 HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'User-Agent: axios/1.13.2\r\n' +
'Accept-Encoding: gzip, compress, deflate, br\r\n' +
'Host: api.eranico.com\r\n' +
'Connection: keep-alive\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
joinDuplicateHeaders: undefined,
path: '/api/Content/get-detail/192313',
_ended: false,
res: null,
aborted: false,
timeoutCb: [Function: emitRequestTimeout],
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: 'api.eranico.com',
protocol: 'https:',
_redirectable: [Circular *1],
[Symbol(shapeMode)]: false,
[Symbol(kCapture)]: false,
[Symbol(kBytesWritten)]: 0,
[Symbol(kNeedDrain)]: false,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype],
[Symbol(errored)]: null,
[Symbol(kHighWaterMark)]: 16384,
[Symbol(kRejectNonStandardBodyWrites)]: false,
[Symbol(kUniqueHeaders)]: null
},
_currentUrl: 'https://api.eranico.com/api/Content/get-detail/192313',
_timeout: null,
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false
},
digest: '96887131',
[cause]: Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:218:20)
at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read'
}
}
X [Error]: read ECONNRESET
at X.from (E:\App\Site\.next\server\chunks\4263.js:1:51936)
at y.<anonymous> (E:\App\Site\.next\server\chunks\4263.js:3:12044)
at y.emit (node:events:519:28)
at m.<computed> (E:\App\Site\.next\server\chunks\4263.js:1:15670)
at ClientRequest.emit (node:events:519:28)
at emitErrorEvent (node:_http_client:108:11)
at TLSSocket.socketErrorListener (node:_http_client:511:5)
at TLSSocket.emit (node:events:519:28)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at aY.request (E:\App\Site\.next\server\chunks\4263.js:3:24275)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async b (E:\App\Site\.next\server\app\news\page.js:1:19356) {
syscall: 'read',
code: 'ECONNRESET',
errno: -4077,
config: {
transitional: {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
},
adapter: [ 'xhr', 'http', 'fetch' ],
transformRequest: [ [Function (anonymous)] ],
transformResponse: [ [Function (anonymous)] ],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
maxBodyLength: -1,
env: { FormData: [Function], Blob: [class Blob] },
validateStatus: [Function: validateStatus],
headers: Object [AxiosHeaders] {
Accept: 'application/json, text/plain, */*',
'Content-Type': undefined,
'User-Agent': 'axios/1.13.2',
'Accept-Encoding': 'gzip, compress, deflate, br'
},
baseURL: 'https://api.eranico.com/api',
method: 'get',
url: 'Content/list?Size=12&Page=1&Title=%D8%B0%D8%AE%D8%A7%DB%8C%D8%B1+%D8%B7%D9%84%D8%A7%DB%8C+%D8%B1%D9%88%D8%B3%DB%8C%D9%87&OrderType=desc',
allowAbsoluteUrls: true,
data: undefined
},
request: <ref *1> Writable {
_events: {
close: undefined,
error: [Function (anonymous)],
prefinish: undefined,
finish: undefined,
drain: undefined,
response: [Function (anonymous)],
socket: [Array],
abort: undefined
},
_writableState: WritableState {
highWaterMark: 16384,
length: 0,
corked: 0,
onwrite: [Function: bound onwrite],
writelen: 0,
bufferedIndex: 0,
pendingcb: 0,
[Symbol(kState)]: 17580812,
[Symbol(kBufferedValue)]: null
},
_maxListeners: undefined,
_options: {
maxRedirects: 21,
maxBodyLength: Infinity,
protocol: 'https:',
path: '/api/Content/list?Size=12&Page=1&Title=%D8%B0%D8%AE%D8%A7%DB%8C%D8%B1+%D8%B7%D9%84%D8%A7%DB%8C+%D8%B1%D9%88%D8%B3%DB%8C%D9%87&OrderType=desc',
method: 'GET',
headers: [Object: null prototype],
agents: [Object],
auth: undefined,
family: undefined,
beforeRedirect: [Function: ax],
beforeRedirects: [Object],
http2Options: undefined,
hostname: 'api.eranico.com',
port: '',
agent: undefined,
nativeProtocols: [Object],
pathname: '/api/Content/list',
search: '?Size=12&Page=1&Title=%D8%B0%D8%AE%D8%A7%DB%8C%D8%B1+%D8%B7%D9%84%D8%A7%DB%8C+%D8%B1%D9%88%D8%B3%DB%8C%D9%87&OrderType=desc'
},
_ended: true,
_ending: true,
_redirectCount: 0,
_redirects: [],
_requestBodyLength: 0,
_requestBodyBuffers: [],
_eventsCount: 3,
_onNativeResponse: [Function (anonymous)],
_currentRequest: ClientRequest {
_events: [Object: null prototype],
_eventsCount: 7,
_maxListeners: undefined,
outputData: [],
outputSize: 0,
writable: true,
destroyed: true,
_last: true,
chunkedEncoding: false,
shouldKeepAlive: true,
maxRequestsOnConnectionReached: false,
_defaultKeepAlive: true,
useChunkedEncodingByDefault: false,
sendDate: false,
_removedConnection: false,
_removedContLen: false,
_removedTE: false,
strictContentLength: false,
_contentLength: 0,
_hasBody: true,
_trailer: '',
finished: true,
_headerSent: true,
_closed: true,
socket: [TLSSocket],
_header: 'GET /api/Content/list?Size=12&Page=1&Title=%D8%B0%D8%AE%D8%A7%DB%8C%D8%B1+%D8%B7%D9%84%D8%A7%DB%8C+%D8%B1%D9%88%D8%B3%DB%8C%D9%87&OrderType=desc HTTP/1.1\r\n' +
'Accept: application/json, text/plain, */*\r\n' +
'User-Agent: axios/1.13.2\r\n' +
'Accept-Encoding: gzip, compress, deflate, br\r\n' +
'Host: api.eranico.com\r\n' +
'Connection: keep-alive\r\n' +
'\r\n',
_keepAliveTimeout: 0,
_onPendingData: [Function: nop],
agent: [Agent],
socketPath: undefined,
method: 'GET',
maxHeaderSize: undefined,
insecureHTTPParser: undefined,
joinDuplicateHeaders: undefined,
path: '/api/Content/list?Size=12&Page=1&Title=%D8%B0%D8%AE%D8%A7%DB%8C%D8%B1+%D8%B7%D9%84%D8%A7%DB%8C+%D8%B1%D9%88%D8%B3%DB%8C%D9%87&OrderType=desc',
_ended: false,
res: null,
aborted: false,
timeoutCb: [Function: emitRequestTimeout],
upgradeOrConnect: false,
parser: null,
maxHeadersCount: null,
reusedSocket: false,
host: 'api.eranico.com',
protocol: 'https:',
_redirectable: [Circular *1],
[Symbol(shapeMode)]: false,
[Symbol(kCapture)]: false,
[Symbol(kBytesWritten)]: 0,
[Symbol(kNeedDrain)]: false,
[Symbol(corked)]: 0,
[Symbol(kOutHeaders)]: [Object: null prototype],
[Symbol(errored)]: null,
[Symbol(kHighWaterMark)]: 16384,
[Symbol(kRejectNonStandardBodyWrites)]: false,
[Symbol(kUniqueHeaders)]: null
},
_currentUrl: 'https://api.eranico.com/api/Content/list?Size=12&Page=1&Title=%D8%B0%D8%AE%D8%A7%DB%8C%D8%B1+%D8%B7%D9%84%D8%A7%DB%8C+%D8%B1%D9%88%D8%B3%DB%8C%D9%87&OrderType=desc',
_timeout: null,
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false
},
digest: '211854591',
[cause]: Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:218:20)
at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read'
}
}
TypeError: fetch failed
at node:internal/deps/undici/undici:13178:13
at async fetchExternalImage (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:723:17)
at async NextNodeServer.imageOptimizer (E:\App\Site\node_modules\next\dist\server\next-server.js:654:48)
at async cacheEntry.imageResponseCache.get.incrementalCache (E:\App\Site\node_modules\next\dist\server\next-server.js:182:65)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:90:36
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
[cause]: Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:218:20)
at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read'
}
}
TypeError: fetch failed
at node:internal/deps/undici/undici:13178:13
at async fetchExternalImage (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:723:17)
at async NextNodeServer.imageOptimizer (E:\App\Site\node_modules\next\dist\server\next-server.js:654:48)
at async cacheEntry.imageResponseCache.get.incrementalCache (E:\App\Site\node_modules\next\dist\server\next-server.js:182:65)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:90:36
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
[cause]: Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:218:20)
at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read'
}
}
TypeError: fetch failed
at node:internal/deps/undici/undici:13178:13
at async fetchExternalImage (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:723:17)
at async NextNodeServer.imageOptimizer (E:\App\Site\node_modules\next\dist\server\next-server.js:654:48)
at async cacheEntry.imageResponseCache.get.incrementalCache (E:\App\Site\node_modules\next\dist\server\next-server.js:182:65)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:90:36
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
[cause]: Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:218:20)
at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read'
}
}
TypeError: fetch failed
at node:internal/deps/undici/undici:13178:13
at async fetchExternalImage (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:723:17)
at async NextNodeServer.imageOptimizer (E:\App\Site\node_modules\next\dist\server\next-server.js:654:48)
at async cacheEntry.imageResponseCache.get.incrementalCache (E:\App\Site\node_modules\next\dist\server\next-server.js:182:65)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:90:36
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
[cause]: Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:218:20)
at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read'
}
}
TypeError: fetch failed
at node:internal/deps/undici/undici:13178:13
at async fetchExternalImage (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:723:17)
at async NextNodeServer.imageOptimizer (E:\App\Site\node_modules\next\dist\server\next-server.js:654:48)
at async cacheEntry.imageResponseCache.get.incrementalCache (E:\App\Site\node_modules\next\dist\server\next-server.js:182:65)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:90:36
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
[cause]: Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:218:20)
at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read'
}
}
⨯ Failed to write image to cache POCvAZbhXwV91J7A1SD4BOD5iElZbKxeJGefTB1KDHM= Error: ENOSPC: no space left on device, write
at async write (node:internal/fs/promises:742:8)
at async writeFileHandle (node:internal/fs/promises:499:7)
at async writeToCacheDir (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:193:5)
at async ImageOptimizerCache.set (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:574:13)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:121:25
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
errno: -4055,
code: 'ENOSPC',
syscall: 'write'
}
⨯ Failed to write image to cache SM2LLwo2AkPzc7DHGIF6y0uxiLjlLm3FhTu97OB5SXA= Error: ENOENT: no such file or directory, mkdir 'E:\App\Site\.next\cache\images\SM2LLwo2AkPzc7DHGIF6y0uxiLjlLm3FhTu97OB5SXA='
at async Object.mkdir (node:internal/fs/promises:858:10)
at async writeToCacheDir (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:190:5)
at async ImageOptimizerCache.set (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:574:13)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:121:25
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
errno: -4058,
code: 'ENOENT',
syscall: 'mkdir',
path: 'E:\\App\\Site\\.next\\cache\\images\\SM2LLwo2AkPzc7DHGIF6y0uxiLjlLm3FhTu97OB5SXA='
}
⨯ Failed to write image to cache kTV9r29MdJUK5Vnjv08GCPVmtbwwmxywVr9qvbCvik0= Error: ENOENT: no such file or directory, mkdir 'E:\App\Site\.next\cache\images\kTV9r29MdJUK5Vnjv08GCPVmtbwwmxywVr9qvbCvik0='
at async Object.mkdir (node:internal/fs/promises:858:10)
at async writeToCacheDir (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:190:5)
at async ImageOptimizerCache.set (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:574:13)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:121:25
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
errno: -4058,
code: 'ENOENT',
syscall: 'mkdir',
path: 'E:\\App\\Site\\.next\\cache\\images\\kTV9r29MdJUK5Vnjv08GCPVmtbwwmxywVr9qvbCvik0='
}
⨯ Failed to write image to cache SM2LLwo2AkPzc7DHGIF6y0uxiLjlLm3FhTu97OB5SXA= Error: ENOENT: no such file or directory, mkdir 'E:\App\Site\.next\cache\images\SM2LLwo2AkPzc7DHGIF6y0uxiLjlLm3FhTu97OB5SXA='
at async Object.mkdir (node:internal/fs/promises:858:10)
at async writeToCacheDir (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:190:5)
at async ImageOptimizerCache.set (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:574:13)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:121:25
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
errno: -4058,
code: 'ENOENT',
syscall: 'mkdir',
path: 'E:\\App\\Site\\.next\\cache\\images\\SM2LLwo2AkPzc7DHGIF6y0uxiLjlLm3FhTu97OB5SXA='
}
⨯ Failed to write image to cache 0YlGpdC76fov83ii43UrwJ0uTU6SnDsDCQgNQNDBiFo= Error: ENOENT: no such file or directory, mkdir 'E:\App\Site\.next\cache\images\0YlGpdC76fov83ii43UrwJ0uTU6SnDsDCQgNQNDBiFo='
at async Object.mkdir (node:internal/fs/promises:858:10)
at async writeToCacheDir (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:190:5)
at async ImageOptimizerCache.set (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:574:13)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:121:25
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
errno: -4058,
code: 'ENOENT',
syscall: 'mkdir',
path: 'E:\\App\\Site\\.next\\cache\\images\\0YlGpdC76fov83ii43UrwJ0uTU6SnDsDCQgNQNDBiFo='
}
⨯ Failed to write image to cache I9KsJtR+8HPpJzC-HIovJcUPuCm8c7kuzZZHC6Pmt94= Error: ENOSPC: no space left on device, write
at async write (node:internal/fs/promises:742:8)
at async writeFileHandle (node:internal/fs/promises:499:7)
at async writeToCacheDir (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:193:5)
at async ImageOptimizerCache.set (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:574:13)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:121:25
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
errno: -4055,
code: 'ENOSPC',
syscall: 'write'
}
⨯ Failed to write image to cache xRDnpxV+xay1-PsT7RSsNFz7TBo27VDVRWtDzQ3o6Ok= Error: ENOSPC: no space left on device, write
at async write (node:internal/fs/promises:742:8)
at async writeFileHandle (node:internal/fs/promises:499:7)
at async writeToCacheDir (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:193:5)
at async ImageOptimizerCache.set (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:574:13)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:121:25
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
errno: -4055,
code: 'ENOSPC',
syscall: 'write'
}
⨯ Failed to write image to cache 3ro1LRB0FrUzVdYl-Im-NS2tkwlGwfX0yNVi3pef2Bc= Error: ENOENT: no such file or directory, mkdir 'E:\App\Site\.next\cache\images\3ro1LRB0FrUzVdYl-Im-NS2tkwlGwfX0yNVi3pef2Bc='
at async Object.mkdir (node:internal/fs/promises:858:10)
at async writeToCacheDir (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:190:5)
at async ImageOptimizerCache.set (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:574:13)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:121:25
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
errno: -4058,
code: 'ENOENT',
syscall: 'mkdir',
path: 'E:\\App\\Site\\.next\\cache\\images\\3ro1LRB0FrUzVdYl-Im-NS2tkwlGwfX0yNVi3pef2Bc='
}
⨯ Failed to write image to cache yQwY+5zzXzuomaqmO92DD+iWdCk-QDs--tQ4L-9Qi3o= Error: ENOENT: no such file or directory, mkdir 'E:\App\Site\.next\cache\images\yQwY+5zzXzuomaqmO92DD+iWdCk-QDs--tQ4L-9Qi3o='
at async Object.mkdir (node:internal/fs/promises:858:10)
at async writeToCacheDir (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:190:5)
at async ImageOptimizerCache.set (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:574:13)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:121:25
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
errno: -4058,
code: 'ENOENT',
syscall: 'mkdir',
path: 'E:\\App\\Site\\.next\\cache\\images\\yQwY+5zzXzuomaqmO92DD+iWdCk-QDs--tQ4L-9Qi3o='
}
⨯ Failed to write image to cache 7J67PRAYYy5rzh+n-ufyQ7khYdM2jEoxSDsdHAlIBow= Error: ENOENT: no such file or directory, mkdir 'E:\App\Site\.next\cache\images\7J67PRAYYy5rzh+n-ufyQ7khYdM2jEoxSDsdHAlIBow='
at async Object.mkdir (node:internal/fs/promises:858:10)
at async writeToCacheDir (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:190:5)
at async ImageOptimizerCache.set (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:574:13)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:121:25
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
errno: -4058,
code: 'ENOENT',
syscall: 'mkdir',
path: 'E:\\App\\Site\\.next\\cache\\images\\7J67PRAYYy5rzh+n-ufyQ7khYdM2jEoxSDsdHAlIBow='
}
⨯ Failed to write image to cache gAKTkIhhrYtPJIkfUBMqujtrn5lGZUxrLsLanrttgL4= Error: ENOENT: no such file or directory, mkdir 'E:\App\Site\.next\cache\images\gAKTkIhhrYtPJIkfUBMqujtrn5lGZUxrLsLanrttgL4='
at async Object.mkdir (node:internal/fs/promises:858:10)
at async writeToCacheDir (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:190:5)
at async ImageOptimizerCache.set (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:574:13)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:121:25
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
errno: -4058,
code: 'ENOENT',
syscall: 'mkdir',
path: 'E:\\App\\Site\\.next\\cache\\images\\gAKTkIhhrYtPJIkfUBMqujtrn5lGZUxrLsLanrttgL4='
}
⨯ Failed to write image to cache IGd0kvOugcu1MD2yL6XDuGtbz4njBd0aJaufWZoQ0-E= Error: ENOENT: no such file or directory, mkdir 'E:\App\Site\.next\cache\images\IGd0kvOugcu1MD2yL6XDuGtbz4njBd0aJaufWZoQ0-E='
at async Object.mkdir (node:internal/fs/promises:858:10)
at async writeToCacheDir (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:190:5)
at async ImageOptimizerCache.set (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:574:13)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:121:25
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
errno: -4058,
code: 'ENOENT',
syscall: 'mkdir',
path: 'E:\\App\\Site\\.next\\cache\\images\\IGd0kvOugcu1MD2yL6XDuGtbz4njBd0aJaufWZoQ0-E='
}
⨯ Failed to write image to cache 9LDGcqmx0ArnIKkFuwiRt2uG0JOpPR7SgM6GlibJDN4= Error: ENOENT: no such file or directory, mkdir 'E:\App\Site\.next\cache\images\9LDGcqmx0ArnIKkFuwiRt2uG0JOpPR7SgM6GlibJDN4='
at async Object.mkdir (node:internal/fs/promises:858:10)
at async writeToCacheDir (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:190:5)
at async ImageOptimizerCache.set (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:574:13)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:121:25
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
errno: -4058,
code: 'ENOENT',
syscall: 'mkdir',
path: 'E:\\App\\Site\\.next\\cache\\images\\9LDGcqmx0ArnIKkFuwiRt2uG0JOpPR7SgM6GlibJDN4='
}
⨯ Failed to write image to cache QZv2rNfKRkcQiVOiz76osYhMIlSfxDLByCyYDp4FGTQ= Error: ENOSPC: no space left on device, write
at async write (node:internal/fs/promises:742:8)
at async writeFileHandle (node:internal/fs/promises:499:7)
at async writeToCacheDir (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:193:5)
at async ImageOptimizerCache.set (E:\App\Site\node_modules\next\dist\server\image-optimizer.js:574:13)
at async E:\App\Site\node_modules\next\dist\server\response-cache\index.js:121:25
at async E:\App\Site\node_modules\next\dist\lib\batcher.js:45:32 {
errno: -4055,
code: 'ENOSPC',
syscall: 'write'
}