node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module 'express'
Require stack:
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/dist/src/index.js:30:35)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module 'express'
Require stack:
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/dist/src/index.js:30:35)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
Calling conn.end() to release a pooled connection is deprecated. In next version calling conn.end() will be restored to default conn.end() behavior. Use conn.release() instead.
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
node:internal/modules/cjs/loader:1143
  throw err;
  ^

Error: Cannot find module '/home/dilayvon/api/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node'
Require stack:
- /home/dilayvon/api/node_modules/bcrypt/bcrypt.js
- /home/dilayvon/api/dist/src/services/users.service.js
- /home/dilayvon/api/dist/src/controllers/users.controller.js
- /home/dilayvon/api/dist/src/routers/users.router.js
- /home/dilayvon/api/dist/src/routers/router.js
- /home/dilayvon/api/dist/src/index.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at Module._load (node:internal/modules/cjs/loader:981:27)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/api/node_modules/bcrypt/bcrypt.js:6:16)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/dilayvon/api/node_modules/bcrypt/bcrypt.js',
    '/home/dilayvon/api/dist/src/services/users.service.js',
    '/home/dilayvon/api/dist/src/controllers/users.controller.js',
    '/home/dilayvon/api/dist/src/routers/users.router.js',
    '/home/dilayvon/api/dist/src/routers/router.js',
    '/home/dilayvon/api/dist/src/index.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v18.20.8
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
Calling conn.end() to release a pooled connection is deprecated. In next version calling conn.end() will be restored to default conn.end() behavior. Use conn.release() instead.
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Unsupported CPU: Prebuilt binaries for linux-x64 require v2 microarchitecture
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Unsupported CPU: Prebuilt binaries for linux-x64 require v2 microarchitecture
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Unsupported CPU: Prebuilt binaries for linux-x64 require v2 microarchitecture
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Unsupported CPU: Prebuilt binaries for linux-x64 require v2 microarchitecture
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120
  throw new Error(help.join('\n'));
  ^

Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
    npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
    See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
    npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
    See https://sharp.pixelplumbing.com/install
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/sharp.js:120:9)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
    at Module.load (node:internal/modules/cjs/loader:1203:32)
    at Module._load (node:internal/modules/cjs/loader:1019:12)
    at Module.require (node:internal/modules/cjs/loader:1231:19)
    at require (node:internal/modules/helpers:177:18)
    at Object.<anonymous> (/home/dilayvon/nodevenv/api/18/lib/node_modules/sharp/lib/constructor.js:10:1)
    at Module._compile (node:internal/modules/cjs/loader:1364:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)

Node.js v18.20.8
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
Calling conn.end() to release a pooled connection is deprecated. In next version calling conn.end() will be restored to default conn.end() behavior. Use conn.release() instead.
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
Calling conn.end() to release a pooled connection is deprecated. In next version calling conn.end() will be restored to default conn.end() behavior. Use conn.release() instead.
Calling conn.end() to release a pooled connection is deprecated. In next version calling conn.end() will be restored to default conn.end() behavior. Use conn.release() instead.
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
ValidationError: The 'X-Forwarded-For' header is set but the Express 'trust proxy' setting is false (default). This could indicate a misconfiguration which would prevent express-rate-limit from accurately identifying users. See https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/ for more information.
    at Object.xForwardedForHeader (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:366:13)
    at wrappedValidations.<computed> [as xForwardedForHeader] (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:680:22)
    at Object.keyGenerator (/home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:783:20)
    at /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:844:32
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async /home/dilayvon/nodevenv/api/18/lib/node_modules/express-rate-limit/dist/index.cjs:825:5 {
  code: 'ERR_ERL_UNEXPECTED_X_FORWARDED_FOR',
  help: 'https://express-rate-limit.github.io/ERR_ERL_UNEXPECTED_X_FORWARDED_FOR/'
}
