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:1804) [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)
X [AxiosError]: Request failed with status code 400
    at eN (E:\App\Site\.next\server\chunks\4263.js:1:62369)
    at IncomingMessage.<anonymous> (E:\App\Site\.next\server\chunks\4263.js:3:11883)
    at IncomingMessage.emit (node:events:531:35)
    at endReadableNT (node:internal/streams/readable:1696:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
    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) {
  code: 'ERR_BAD_REQUEST',
  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/132059',
    allowAbsoluteUrls: true,
    data: undefined
  },
  request: <ref *1> ClientRequest {
    _events: [Object: null prototype] {
      abort: [Function (anonymous)],
      aborted: [Function (anonymous)],
      connect: [Function (anonymous)],
      error: [Function (anonymous)],
      socket: [Function (anonymous)],
      timeout: [Function (anonymous)],
      finish: [Function: requestOnFinish]
    },
    _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 {
      _tlsOptions: [Object],
      _secureEstablished: true,
      _securePending: false,
      _newSessionPending: false,
      _controlReleased: true,
      secureConnecting: false,
      _SNICallback: null,
      servername: 'api.eranico.com',
      alpnProtocol: false,
      authorized: true,
      authorizationError: null,
      encrypted: true,
      _events: [Object: null prototype],
      _eventsCount: 9,
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'api.eranico.com',
      _closeAfterHandlingError: false,
      _readableState: [ReadableState],
      _writableState: [WritableState],
      allowHalfOpen: false,
      _maxListeners: undefined,
      _sockname: null,
      _pendingData: null,
      _pendingEncoding: '',
      server: undefined,
      _server: null,
      ssl: [TLSWrap],
      _requestCert: true,
      _rejectUnauthorized: true,
      timeout: 5000,
      parser: null,
      _httpMessage: null,
      autoSelectFamilyAttemptedAddresses: [Array],
      [Symbol(alpncallback)]: null,
      [Symbol(res)]: [TLSWrap],
      [Symbol(verified)]: true,
      [Symbol(pendingSession)]: null,
      [Symbol(async_id_symbol)]: -1,
      [Symbol(kHandle)]: [TLSWrap],
      [Symbol(lastWriteQueueSize)]: 0,
      [Symbol(timeout)]: Timeout {
        _idleTimeout: 5000,
        _idlePrev: [TimersList],
        _idleNext: [Timeout],
        _idleStart: 53487,
        _onTimeout: [Function: bound ],
        _timerArgs: undefined,
        _repeat: null,
        _destroyed: false,
        [Symbol(refed)]: false,
        [Symbol(kHasPrimitive)]: false,
        [Symbol(asyncId)]: 134686,
        [Symbol(triggerId)]: 134684,
        [Symbol(kResourceStore)]: [Object],
        [Symbol(kResourceStore)]: [Object],
        [Symbol(kResourceStore)]: [Object],
        [Symbol(kResourceStore)]: undefined
      },
      [Symbol(kBuffer)]: null,
      [Symbol(kBufferCb)]: null,
      [Symbol(kBufferGen)]: null,
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false,
      [Symbol(kSetNoDelay)]: false,
      [Symbol(kSetKeepAlive)]: true,
      [Symbol(kSetKeepAliveInitialDelay)]: 1,
      [Symbol(kBytesRead)]: 0,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(connect-options)]: [Object]
    },
    _header: 'GET /api/Content/get-detail/132059 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 {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 443,
      protocol: 'https:',
      options: [Object: null prototype],
      requests: [Object: null prototype] {},
      sockets: [Object: null prototype],
      freeSockets: [Object: null prototype],
      keepAliveMsecs: 1000,
      keepAlive: true,
      maxSockets: Infinity,
      maxFreeSockets: 256,
      scheduling: 'lifo',
      maxTotalSockets: Infinity,
      totalSocketCount: 50,
      maxCachedSessions: 100,
      _sessionCache: [Object],
      [Symbol(shapeMode)]: false,
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'GET',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    joinDuplicateHeaders: undefined,
    path: '/api/Content/get-detail/132059',
    _ended: true,
    res: IncomingMessage {
      _events: [Object],
      _readableState: [ReadableState],
      _maxListeners: undefined,
      socket: null,
      httpVersionMajor: 1,
      httpVersionMinor: 1,
      httpVersion: '1.1',
      complete: true,
      rawHeaders: [Array],
      rawTrailers: [],
      joinDuplicateHeaders: undefined,
      aborted: false,
      upgrade: false,
      url: '',
      method: null,
      statusCode: 400,
      statusMessage: 'Bad Request',
      client: [TLSSocket],
      _consuming: true,
      _dumped: false,
      req: [Circular *1],
      _eventsCount: 4,
      responseUrl: 'https://api.eranico.com/api/Content/get-detail/132059',
      redirects: [],
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false,
      [Symbol(kHeaders)]: [Object],
      [Symbol(kHeadersCount)]: 10,
      [Symbol(kTrailers)]: null,
      [Symbol(kTrailersCount)]: 0
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: true,
    host: 'api.eranico.com',
    protocol: 'https:',
    _redirectable: Writable {
      _events: [Object],
      _writableState: [WritableState],
      _maxListeners: undefined,
      _options: [Object],
      _ended: true,
      _ending: true,
      _redirectCount: 0,
      _redirects: [],
      _requestBodyLength: 0,
      _requestBodyBuffers: [],
      _eventsCount: 3,
      _onNativeResponse: [Function (anonymous)],
      _currentRequest: [Circular *1],
      _currentUrl: 'https://api.eranico.com/api/Content/get-detail/132059',
      _timeout: null,
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false
    },
    [Symbol(shapeMode)]: false,
    [Symbol(kCapture)]: false,
    [Symbol(kBytesWritten)]: 0,
    [Symbol(kNeedDrain)]: false,
    [Symbol(corked)]: 0,
    [Symbol(kOutHeaders)]: [Object: null prototype] {
      accept: [Array],
      'user-agent': [Array],
      'accept-encoding': [Array],
      host: [Array]
    },
    [Symbol(errored)]: null,
    [Symbol(kHighWaterMark)]: 16384,
    [Symbol(kRejectNonStandardBodyWrites)]: false,
    [Symbol(kUniqueHeaders)]: null
  },
  response: {
    status: 400,
    statusText: 'Bad Request',
    headers: Object [AxiosHeaders] {
      'content-length': '3429',
      'content-type': 'application/json; charset=utf-8',
      server: 'Microsoft-IIS/10.0',
      'x-powered-by': 'ASP.NET',
      date: 'Sat, 19 Sep 2026 22:10:57 GMT'
    },
    config: {
      transitional: [Object],
      adapter: [Array],
      transformRequest: [Array],
      transformResponse: [Array],
      timeout: 0,
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      env: [Object],
      validateStatus: [Function: validateStatus],
      headers: [Object [AxiosHeaders]],
      baseURL: 'https://api.eranico.com/api',
      method: 'get',
      url: 'Content/get-detail/132059',
      allowAbsoluteUrls: true,
      data: undefined
    },
    request: <ref *1> 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/132059 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/132059',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: true,
      host: 'api.eranico.com',
      protocol: 'https:',
      _redirectable: [Writable],
      [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
    },
    data: {
      success: false,
      message: 'خطایی در سمت سرور رخ داده‌است!',
      token: null,
      data: [Object],
      total: 0,
      status: 0
    }
  },
  status: 400,
  digest: '968189348'
}
X [AxiosError]: Request failed with status code 400
    at eN (E:\App\Site\.next\server\chunks\4263.js:1:62369)
    at IncomingMessage.<anonymous> (E:\App\Site\.next\server\chunks\4263.js:3:11883)
    at IncomingMessage.emit (node:events:531:35)
    at endReadableNT (node:internal/streams/readable:1696:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
    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) {
  code: 'ERR_BAD_REQUEST',
  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/132059',
    allowAbsoluteUrls: true,
    data: undefined
  },
  request: <ref *1> ClientRequest {
    _events: [Object: null prototype] {
      abort: [Function (anonymous)],
      aborted: [Function (anonymous)],
      connect: [Function (anonymous)],
      error: [Function (anonymous)],
      socket: [Function (anonymous)],
      timeout: [Function (anonymous)],
      finish: [Function: requestOnFinish]
    },
    _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 {
      _tlsOptions: [Object],
      _secureEstablished: true,
      _securePending: false,
      _newSessionPending: false,
      _controlReleased: true,
      secureConnecting: false,
      _SNICallback: null,
      servername: 'api.eranico.com',
      alpnProtocol: false,
      authorized: true,
      authorizationError: null,
      encrypted: true,
      _events: [Object: null prototype],
      _eventsCount: 9,
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'api.eranico.com',
      _closeAfterHandlingError: false,
      _readableState: [ReadableState],
      _writableState: [WritableState],
      allowHalfOpen: false,
      _maxListeners: undefined,
      _sockname: null,
      _pendingData: null,
      _pendingEncoding: '',
      server: undefined,
      _server: null,
      ssl: [TLSWrap],
      _requestCert: true,
      _rejectUnauthorized: true,
      timeout: 5000,
      parser: null,
      _httpMessage: null,
      autoSelectFamilyAttemptedAddresses: [Array],
      [Symbol(alpncallback)]: null,
      [Symbol(res)]: [TLSWrap],
      [Symbol(verified)]: true,
      [Symbol(pendingSession)]: null,
      [Symbol(async_id_symbol)]: -1,
      [Symbol(kHandle)]: [TLSWrap],
      [Symbol(lastWriteQueueSize)]: 0,
      [Symbol(timeout)]: Timeout {
        _idleTimeout: 5000,
        _idlePrev: [TimersList],
        _idleNext: [Timeout],
        _idleStart: 53487,
        _onTimeout: [Function: bound ],
        _timerArgs: undefined,
        _repeat: null,
        _destroyed: false,
        [Symbol(refed)]: false,
        [Symbol(kHasPrimitive)]: false,
        [Symbol(asyncId)]: 134686,
        [Symbol(triggerId)]: 134684,
        [Symbol(kResourceStore)]: [Object],
        [Symbol(kResourceStore)]: [Object],
        [Symbol(kResourceStore)]: [Object],
        [Symbol(kResourceStore)]: undefined
      },
      [Symbol(kBuffer)]: null,
      [Symbol(kBufferCb)]: null,
      [Symbol(kBufferGen)]: null,
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false,
      [Symbol(kSetNoDelay)]: false,
      [Symbol(kSetKeepAlive)]: true,
      [Symbol(kSetKeepAliveInitialDelay)]: 1,
      [Symbol(kBytesRead)]: 0,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(connect-options)]: [Object]
    },
    _header: 'GET /api/Content/get-detail/132059 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 {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 443,
      protocol: 'https:',
      options: [Object: null prototype],
      requests: [Object: null prototype] {},
      sockets: [Object: null prototype],
      freeSockets: [Object: null prototype],
      keepAliveMsecs: 1000,
      keepAlive: true,
      maxSockets: Infinity,
      maxFreeSockets: 256,
      scheduling: 'lifo',
      maxTotalSockets: Infinity,
      totalSocketCount: 50,
      maxCachedSessions: 100,
      _sessionCache: [Object],
      [Symbol(shapeMode)]: false,
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'GET',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    joinDuplicateHeaders: undefined,
    path: '/api/Content/get-detail/132059',
    _ended: true,
    res: IncomingMessage {
      _events: [Object],
      _readableState: [ReadableState],
      _maxListeners: undefined,
      socket: null,
      httpVersionMajor: 1,
      httpVersionMinor: 1,
      httpVersion: '1.1',
      complete: true,
      rawHeaders: [Array],
      rawTrailers: [],
      joinDuplicateHeaders: undefined,
      aborted: false,
      upgrade: false,
      url: '',
      method: null,
      statusCode: 400,
      statusMessage: 'Bad Request',
      client: [TLSSocket],
      _consuming: true,
      _dumped: false,
      req: [Circular *1],
      _eventsCount: 4,
      responseUrl: 'https://api.eranico.com/api/Content/get-detail/132059',
      redirects: [],
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false,
      [Symbol(kHeaders)]: [Object],
      [Symbol(kHeadersCount)]: 10,
      [Symbol(kTrailers)]: null,
      [Symbol(kTrailersCount)]: 0
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: true,
    host: 'api.eranico.com',
    protocol: 'https:',
    _redirectable: Writable {
      _events: [Object],
      _writableState: [WritableState],
      _maxListeners: undefined,
      _options: [Object],
      _ended: true,
      _ending: true,
      _redirectCount: 0,
      _redirects: [],
      _requestBodyLength: 0,
      _requestBodyBuffers: [],
      _eventsCount: 3,
      _onNativeResponse: [Function (anonymous)],
      _currentRequest: [Circular *1],
      _currentUrl: 'https://api.eranico.com/api/Content/get-detail/132059',
      _timeout: null,
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false
    },
    [Symbol(shapeMode)]: false,
    [Symbol(kCapture)]: false,
    [Symbol(kBytesWritten)]: 0,
    [Symbol(kNeedDrain)]: false,
    [Symbol(corked)]: 0,
    [Symbol(kOutHeaders)]: [Object: null prototype] {
      accept: [Array],
      'user-agent': [Array],
      'accept-encoding': [Array],
      host: [Array]
    },
    [Symbol(errored)]: null,
    [Symbol(kHighWaterMark)]: 16384,
    [Symbol(kRejectNonStandardBodyWrites)]: false,
    [Symbol(kUniqueHeaders)]: null
  },
  response: {
    status: 400,
    statusText: 'Bad Request',
    headers: Object [AxiosHeaders] {
      'content-length': '3429',
      'content-type': 'application/json; charset=utf-8',
      server: 'Microsoft-IIS/10.0',
      'x-powered-by': 'ASP.NET',
      date: 'Sat, 19 Sep 2026 22:10:57 GMT'
    },
    config: {
      transitional: [Object],
      adapter: [Array],
      transformRequest: [Array],
      transformResponse: [Array],
      timeout: 0,
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      env: [Object],
      validateStatus: [Function: validateStatus],
      headers: [Object [AxiosHeaders]],
      baseURL: 'https://api.eranico.com/api',
      method: 'get',
      url: 'Content/get-detail/132059',
      allowAbsoluteUrls: true,
      data: undefined
    },
    request: <ref *1> 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/132059 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/132059',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: true,
      host: 'api.eranico.com',
      protocol: 'https:',
      _redirectable: [Writable],
      [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
    },
    data: {
      success: false,
      message: 'خطایی در سمت سرور رخ داده‌است!',
      token: null,
      data: [Object],
      total: 0,
      status: 0
    }
  },
  status: 400,
  digest: '968189348'
}
 ⨯ Failed to write image to cache 6q3MuC62ofM0AjhtG7FpAoBBn7XY5dW+xxGvLiTAEZ4= 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 Gow4uB7XHpSi89gdRWNDptxcfG9xPcKTgEMLuYtO9Jw= 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 4LV34zN9O5NYtY6eUpI0C-zSOOMxufkjB6Gahu5jl4A= 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 8Rl0VTTAVhDRUy8GiiHQCP5yZfQJ-oEAgjyEKSPXAnE= 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 Iu8w1lvqeZej+d3jEyBECMyGBqBRzS2CoeW2vkQ8sPU= 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 0Q9r9ouV3NZEIaU8vztXyaZRwkNEnaPX+SLCh0E6S0A= 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 fdsR+MPqIRnYTqv-BDMSvaE-VDx0IOExw1m2k42y0Ig= 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 10+u9-dejYaKgVV7ecSJhbWAiFozaAzhu00SzDl1N18= 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 pTwcUXXzqOPp0hgqTyvRN0hk6IC1ihHsl5mheh8KS6g= 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 RRh668dutxZnJpukROvy3ox0aGr3TG+hai+VBWoJExY= 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 DFJ7eJF7ua5O2g2M-jFsQvbiZiP9NCq+AoiMgkSl4IY= 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 fbVPodtuWd+RIhM8TdLZfiy6W3Y94mYqz5l5hmD00Js= 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 MwmdoRuwMNkhm1veFOxwoFEb7XqcGSbt2WEbgLyJS+E= 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 0HH22xKbd7x2RNsWC7P247wr8U4MuFpD7j0DzQjsgRU= 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 kLNe+yCHmVQAQomjQKkTiJrQrU9LSkQjFu-46ms1OC8= 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 Jhxg3EeQ6AJYt50OkXJKpP-KzDgEsaWlPYPBKtlrpvY= 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 5Qc8URXkFktggSZm1Tc5Y7D4s0VXe6clcTqMRP8tCzg= 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 F40i00Vvo2635LelR4TScCZ4MOQ9cfgi6HHxqnJ3MWw= 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 1sZAmzIRpMNGzPXEq0q5z7dRKVoBAtyAboNtSNSnyyg= 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 SlSVYYkzDpUOZsWDVElv0+ig1hQbEZwqh00DhhGxqU8= 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 jj8ck3N9MfcP2GKP20Cb+Kre3vF9oHpHilnrFcfBWic= 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'
}
X [AxiosError]: Request failed with status code 400
    at eN (E:\App\Site\.next\server\chunks\4263.js:1:62369)
    at IncomingMessage.<anonymous> (E:\App\Site\.next\server\chunks\4263.js:3:11883)
    at IncomingMessage.emit (node:events:531:35)
    at endReadableNT (node:internal/streams/readable:1696:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
    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 T (E:\App\Site\.next\server\app\page.js:1:25621) {
  code: 'ERR_BAD_REQUEST',
  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: 'Suggestion/banner-home-suggestion',
    allowAbsoluteUrls: true,
    data: undefined
  },
  request: <ref *1> ClientRequest {
    _events: [Object: null prototype] {
      abort: [Function (anonymous)],
      aborted: [Function (anonymous)],
      connect: [Function (anonymous)],
      error: [Function (anonymous)],
      socket: [Function (anonymous)],
      timeout: [Function (anonymous)],
      finish: [Function: requestOnFinish]
    },
    _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 {
      _tlsOptions: [Object],
      _secureEstablished: true,
      _securePending: false,
      _newSessionPending: false,
      _controlReleased: true,
      secureConnecting: false,
      _SNICallback: null,
      servername: 'api.eranico.com',
      alpnProtocol: false,
      authorized: true,
      authorizationError: null,
      encrypted: true,
      _events: [Object: null prototype],
      _eventsCount: 9,
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'api.eranico.com',
      _closeAfterHandlingError: false,
      _readableState: [ReadableState],
      _writableState: [WritableState],
      allowHalfOpen: false,
      _maxListeners: undefined,
      _sockname: null,
      _pendingData: null,
      _pendingEncoding: '',
      server: undefined,
      _server: null,
      ssl: [TLSWrap],
      _requestCert: true,
      _rejectUnauthorized: true,
      timeout: 5000,
      parser: null,
      _httpMessage: null,
      autoSelectFamilyAttemptedAddresses: [Array],
      [Symbol(alpncallback)]: null,
      [Symbol(res)]: [TLSWrap],
      [Symbol(verified)]: true,
      [Symbol(pendingSession)]: null,
      [Symbol(async_id_symbol)]: -1,
      [Symbol(kHandle)]: [TLSWrap],
      [Symbol(lastWriteQueueSize)]: 0,
      [Symbol(timeout)]: Timeout {
        _idleTimeout: 5000,
        _idlePrev: [TimersList],
        _idleNext: [Timeout],
        _idleStart: 3597644,
        _onTimeout: [Function: bound ],
        _timerArgs: undefined,
        _repeat: null,
        _destroyed: false,
        [Symbol(refed)]: false,
        [Symbol(kHasPrimitive)]: false,
        [Symbol(asyncId)]: 13816454,
        [Symbol(triggerId)]: 13816452,
        [Symbol(kResourceStore)]: [Object],
        [Symbol(kResourceStore)]: [Object],
        [Symbol(kResourceStore)]: [Object],
        [Symbol(kResourceStore)]: undefined
      },
      [Symbol(kBuffer)]: null,
      [Symbol(kBufferCb)]: null,
      [Symbol(kBufferGen)]: null,
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false,
      [Symbol(kSetNoDelay)]: false,
      [Symbol(kSetKeepAlive)]: true,
      [Symbol(kSetKeepAliveInitialDelay)]: 1,
      [Symbol(kBytesRead)]: 0,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(connect-options)]: [Object]
    },
    _header: 'GET /api/Suggestion/banner-home-suggestion 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 {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 443,
      protocol: 'https:',
      options: [Object: null prototype],
      requests: [Object: null prototype] {},
      sockets: [Object: null prototype] {},
      freeSockets: [Object: null prototype],
      keepAliveMsecs: 1000,
      keepAlive: true,
      maxSockets: Infinity,
      maxFreeSockets: 256,
      scheduling: 'lifo',
      maxTotalSockets: Infinity,
      totalSocketCount: 3,
      maxCachedSessions: 100,
      _sessionCache: [Object],
      [Symbol(shapeMode)]: false,
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'GET',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    joinDuplicateHeaders: undefined,
    path: '/api/Suggestion/banner-home-suggestion',
    _ended: true,
    res: IncomingMessage {
      _events: [Object],
      _readableState: [ReadableState],
      _maxListeners: undefined,
      socket: null,
      httpVersionMajor: 1,
      httpVersionMinor: 1,
      httpVersion: '1.1',
      complete: true,
      rawHeaders: [Array],
      rawTrailers: [],
      joinDuplicateHeaders: undefined,
      aborted: false,
      upgrade: false,
      url: '',
      method: null,
      statusCode: 400,
      statusMessage: 'Bad Request',
      client: [TLSSocket],
      _consuming: true,
      _dumped: false,
      req: [Circular *1],
      _eventsCount: 4,
      responseUrl: 'https://api.eranico.com/api/Suggestion/banner-home-suggestion',
      redirects: [],
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false,
      [Symbol(kHeaders)]: [Object],
      [Symbol(kHeadersCount)]: 10,
      [Symbol(kTrailers)]: null,
      [Symbol(kTrailersCount)]: 0
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: true,
    host: 'api.eranico.com',
    protocol: 'https:',
    _redirectable: Writable {
      _events: [Object],
      _writableState: [WritableState],
      _maxListeners: undefined,
      _options: [Object],
      _ended: true,
      _ending: true,
      _redirectCount: 0,
      _redirects: [],
      _requestBodyLength: 0,
      _requestBodyBuffers: [],
      _eventsCount: 3,
      _onNativeResponse: [Function (anonymous)],
      _currentRequest: [Circular *1],
      _currentUrl: 'https://api.eranico.com/api/Suggestion/banner-home-suggestion',
      _timeout: null,
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false
    },
    [Symbol(shapeMode)]: false,
    [Symbol(kCapture)]: false,
    [Symbol(kBytesWritten)]: 0,
    [Symbol(kNeedDrain)]: false,
    [Symbol(corked)]: 0,
    [Symbol(kOutHeaders)]: [Object: null prototype] {
      accept: [Array],
      'user-agent': [Array],
      'accept-encoding': [Array],
      host: [Array]
    },
    [Symbol(errored)]: null,
    [Symbol(kHighWaterMark)]: 16384,
    [Symbol(kRejectNonStandardBodyWrites)]: false,
    [Symbol(kUniqueHeaders)]: null
  },
  response: {
    status: 400,
    statusText: 'Bad Request',
    headers: Object [AxiosHeaders] {
      'content-length': '4261',
      'content-type': 'application/json; charset=utf-8',
      server: 'Microsoft-IIS/10.0',
      'x-powered-by': 'ASP.NET',
      date: 'Sat, 19 Sep 2026 23:10:00 GMT'
    },
    config: {
      transitional: [Object],
      adapter: [Array],
      transformRequest: [Array],
      transformResponse: [Array],
      timeout: 0,
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      env: [Object],
      validateStatus: [Function: validateStatus],
      headers: [Object [AxiosHeaders]],
      baseURL: 'https://api.eranico.com/api',
      method: 'get',
      url: 'Suggestion/banner-home-suggestion',
      allowAbsoluteUrls: true,
      data: undefined
    },
    request: <ref *1> 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/Suggestion/banner-home-suggestion 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/Suggestion/banner-home-suggestion',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: true,
      host: 'api.eranico.com',
      protocol: 'https:',
      _redirectable: [Writable],
      [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
    },
    data: {
      success: false,
      message: 'خطایی در سمت سرور رخ داده‌است!',
      token: null,
      data: [Object],
      total: 0,
      status: 0
    }
  },
  status: 400,
  digest: '3585594383'
}
X [AxiosError]: Request failed with status code 400
    at eN (E:\App\Site\.next\server\chunks\4263.js:1:62369)
    at IncomingMessage.<anonymous> (E:\App\Site\.next\server\chunks\4263.js:3:11883)
    at IncomingMessage.emit (node:events:531:35)
    at endReadableNT (node:internal/streams/readable:1696:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
    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 T (E:\App\Site\.next\server\app\page.js:1:25621) {
  code: 'ERR_BAD_REQUEST',
  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: 'Suggestion/banner-home-suggestion',
    allowAbsoluteUrls: true,
    data: undefined
  },
  request: <ref *1> ClientRequest {
    _events: [Object: null prototype] {
      abort: [Function (anonymous)],
      aborted: [Function (anonymous)],
      connect: [Function (anonymous)],
      error: [Function (anonymous)],
      socket: [Function (anonymous)],
      timeout: [Function (anonymous)],
      finish: [Function: requestOnFinish]
    },
    _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 {
      _tlsOptions: [Object],
      _secureEstablished: true,
      _securePending: false,
      _newSessionPending: false,
      _controlReleased: true,
      secureConnecting: false,
      _SNICallback: null,
      servername: 'api.eranico.com',
      alpnProtocol: false,
      authorized: true,
      authorizationError: null,
      encrypted: true,
      _events: [Object: null prototype],
      _eventsCount: 9,
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'api.eranico.com',
      _closeAfterHandlingError: false,
      _readableState: [ReadableState],
      _writableState: [WritableState],
      allowHalfOpen: false,
      _maxListeners: undefined,
      _sockname: null,
      _pendingData: null,
      _pendingEncoding: '',
      server: undefined,
      _server: null,
      ssl: [TLSWrap],
      _requestCert: true,
      _rejectUnauthorized: true,
      timeout: 5000,
      parser: null,
      _httpMessage: null,
      autoSelectFamilyAttemptedAddresses: [Array],
      [Symbol(alpncallback)]: null,
      [Symbol(res)]: [TLSWrap],
      [Symbol(verified)]: true,
      [Symbol(pendingSession)]: null,
      [Symbol(async_id_symbol)]: -1,
      [Symbol(kHandle)]: [TLSWrap],
      [Symbol(lastWriteQueueSize)]: 0,
      [Symbol(timeout)]: Timeout {
        _idleTimeout: 5000,
        _idlePrev: [TimersList],
        _idleNext: [Timeout],
        _idleStart: 3597644,
        _onTimeout: [Function: bound ],
        _timerArgs: undefined,
        _repeat: null,
        _destroyed: false,
        [Symbol(refed)]: false,
        [Symbol(kHasPrimitive)]: false,
        [Symbol(asyncId)]: 13816454,
        [Symbol(triggerId)]: 13816452,
        [Symbol(kResourceStore)]: [Object],
        [Symbol(kResourceStore)]: [Object],
        [Symbol(kResourceStore)]: [Object],
        [Symbol(kResourceStore)]: undefined
      },
      [Symbol(kBuffer)]: null,
      [Symbol(kBufferCb)]: null,
      [Symbol(kBufferGen)]: null,
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false,
      [Symbol(kSetNoDelay)]: false,
      [Symbol(kSetKeepAlive)]: true,
      [Symbol(kSetKeepAliveInitialDelay)]: 1,
      [Symbol(kBytesRead)]: 0,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(connect-options)]: [Object]
    },
    _header: 'GET /api/Suggestion/banner-home-suggestion 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 {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 443,
      protocol: 'https:',
      options: [Object: null prototype],
      requests: [Object: null prototype] {},
      sockets: [Object: null prototype] {},
      freeSockets: [Object: null prototype],
      keepAliveMsecs: 1000,
      keepAlive: true,
      maxSockets: Infinity,
      maxFreeSockets: 256,
      scheduling: 'lifo',
      maxTotalSockets: Infinity,
      totalSocketCount: 3,
      maxCachedSessions: 100,
      _sessionCache: [Object],
      [Symbol(shapeMode)]: false,
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'GET',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    joinDuplicateHeaders: undefined,
    path: '/api/Suggestion/banner-home-suggestion',
    _ended: true,
    res: IncomingMessage {
      _events: [Object],
      _readableState: [ReadableState],
      _maxListeners: undefined,
      socket: null,
      httpVersionMajor: 1,
      httpVersionMinor: 1,
      httpVersion: '1.1',
      complete: true,
      rawHeaders: [Array],
      rawTrailers: [],
      joinDuplicateHeaders: undefined,
      aborted: false,
      upgrade: false,
      url: '',
      method: null,
      statusCode: 400,
      statusMessage: 'Bad Request',
      client: [TLSSocket],
      _consuming: true,
      _dumped: false,
      req: [Circular *1],
      _eventsCount: 4,
      responseUrl: 'https://api.eranico.com/api/Suggestion/banner-home-suggestion',
      redirects: [],
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false,
      [Symbol(kHeaders)]: [Object],
      [Symbol(kHeadersCount)]: 10,
      [Symbol(kTrailers)]: null,
      [Symbol(kTrailersCount)]: 0
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: true,
    host: 'api.eranico.com',
    protocol: 'https:',
    _redirectable: Writable {
      _events: [Object],
      _writableState: [WritableState],
      _maxListeners: undefined,
      _options: [Object],
      _ended: true,
      _ending: true,
      _redirectCount: 0,
      _redirects: [],
      _requestBodyLength: 0,
      _requestBodyBuffers: [],
      _eventsCount: 3,
      _onNativeResponse: [Function (anonymous)],
      _currentRequest: [Circular *1],
      _currentUrl: 'https://api.eranico.com/api/Suggestion/banner-home-suggestion',
      _timeout: null,
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false
    },
    [Symbol(shapeMode)]: false,
    [Symbol(kCapture)]: false,
    [Symbol(kBytesWritten)]: 0,
    [Symbol(kNeedDrain)]: false,
    [Symbol(corked)]: 0,
    [Symbol(kOutHeaders)]: [Object: null prototype] {
      accept: [Array],
      'user-agent': [Array],
      'accept-encoding': [Array],
      host: [Array]
    },
    [Symbol(errored)]: null,
    [Symbol(kHighWaterMark)]: 16384,
    [Symbol(kRejectNonStandardBodyWrites)]: false,
    [Symbol(kUniqueHeaders)]: null
  },
  response: {
    status: 400,
    statusText: 'Bad Request',
    headers: Object [AxiosHeaders] {
      'content-length': '4261',
      'content-type': 'application/json; charset=utf-8',
      server: 'Microsoft-IIS/10.0',
      'x-powered-by': 'ASP.NET',
      date: 'Sat, 19 Sep 2026 23:10:00 GMT'
    },
    config: {
      transitional: [Object],
      adapter: [Array],
      transformRequest: [Array],
      transformResponse: [Array],
      timeout: 0,
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      env: [Object],
      validateStatus: [Function: validateStatus],
      headers: [Object [AxiosHeaders]],
      baseURL: 'https://api.eranico.com/api',
      method: 'get',
      url: 'Suggestion/banner-home-suggestion',
      allowAbsoluteUrls: true,
      data: undefined
    },
    request: <ref *1> 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/Suggestion/banner-home-suggestion 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/Suggestion/banner-home-suggestion',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: true,
      host: 'api.eranico.com',
      protocol: 'https:',
      _redirectable: [Writable],
      [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
    },
    data: {
      success: false,
      message: 'خطایی در سمت سرور رخ داده‌است!',
      token: null,
      data: [Object],
      total: 0,
      status: 0
    }
  },
  status: 400,
  digest: '3585594383'
}
 ⨯ Failed to write image to cache PkN5JbEPyZV5xfUc6vDkfKghBawI7YCZYPhsMJx+ppU= 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 TBXcOnRccSWtexb7OKTVTfpo0fAd+iyhDgsjpR53V5A= 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 1xE-kdhMEZ9vsY7ouMfEpWQxBYnuYmXKNVywnmzjiCE= 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 2evw8vSEWwhAXvJYKcwopZsY86zJ1K1VkIk-nXjrPoE= 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 CgPPjIKabx8XEGu7LbiEPkRnxTVYS-sXlejY2MTbn0M= 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 HCWRSqEIoNpC3q9JxgvPM9wBYjTnXnYrFqfxB+pWIF8= 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'
}