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

Error: Cannot find module 'express'
Require stack:
- /home/horizon2/react-app/deploy_ready/server.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1456:15)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1066:19)
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1071:22)
    at Module._load (node:internal/modules/cjs/loader:1242:25)
    at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
    at Module.require (node:internal/modules/cjs/loader:1556:12)
    at require (node:internal/modules/helpers:152:16)
    at Object.<anonymous> (/home/horizon2/react-app/deploy_ready/server.js:2:17)
    at Module._compile (node:internal/modules/cjs/loader:1812:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1943:10) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/horizon2/react-app/deploy_ready/server.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v24.14.1
node:internal/modules/cjs/loader:1459
  throw err;
  ^

Error: Cannot find module 'express'
Require stack:
- /home/horizon2/react-app/deploy_ready/server.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1456:15)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1066:19)
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1071:22)
    at Module._load (node:internal/modules/cjs/loader:1242:25)
    at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
    at Module.require (node:internal/modules/cjs/loader:1556:12)
    at require (node:internal/modules/helpers:152:16)
    at Object.<anonymous> (/home/horizon2/react-app/deploy_ready/server.js:2:17)
    at Module._compile (node:internal/modules/cjs/loader:1812:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1943:10) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/horizon2/react-app/deploy_ready/server.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v24.14.1
node:internal/modules/cjs/loader:1459
  throw err;
  ^

Error: Cannot find module 'express'
Require stack:
- /home/horizon2/react-app/server.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1456:15)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1066:19)
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1071:22)
    at Module._load (node:internal/modules/cjs/loader:1242:25)
    at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
    at Module.require (node:internal/modules/cjs/loader:1556:12)
    at require (node:internal/modules/helpers:152:16)
    at Object.<anonymous> (/home/horizon2/react-app/server.js:2:17)
    at Module._compile (node:internal/modules/cjs/loader:1812:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1943:10) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/horizon2/react-app/server.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v24.14.1
node:internal/modules/cjs/loader:1459
  throw err;
  ^

Error: Cannot find module 'express'
Require stack:
- /home/horizon2/react-app/server.js
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1456:15)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1066:19)
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1071:22)
    at Module._load (node:internal/modules/cjs/loader:1242:25)
    at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
    at Module.require (node:internal/modules/cjs/loader:1556:12)
    at require (node:internal/modules/helpers:152:16)
    at Object.<anonymous> (/home/horizon2/react-app/server.js:2:17)
    at Module._compile (node:internal/modules/cjs/loader:1812:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1943:10) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/horizon2/react-app/server.js',
    '/usr/local/lsws/fcgi-bin/lsnode.js'
  ]
}

Node.js v24.14.1
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at ensureCouponTopBadgeColumns (/home/horizon2/react-app/services/coupons.js:9:35)
    at fetchTopBadgeCoupon (/home/horizon2/react-app/services/coupons.js:117:9)
    at /home/horizon2/react-app/routes/coupons.js:11:26
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:203:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:224:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: CORS blocked for origin: https://react-admin.horizontalshop.com
    at origin (/home/horizon2/react-app/server.js:51:21)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/cors/lib/index.js:219:13
    at optionsCallback (/home/horizon2/nodevenv/react-app/24/lib/node_modules/cors/lib/index.js:199:9)
    at corsMiddleware (/home/horizon2/nodevenv/react-app/24/lib/node_modules/cors/lib/index.js:204:7)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at trim_prefix (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:328:13)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:286:9
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at expressInit (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/middleware/init.js:40:5)
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at ensureCouponTopBadgeColumns (/home/horizon2/react-app/services/coupons.js:9:35)
    at fetchTopBadgeCoupon (/home/horizon2/react-app/services/coupons.js:117:9)
    at /home/horizon2/react-app/routes/coupons.js:11:26
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:224:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:203:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:150:38
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at optionalAuth (/home/horizon2/react-app/middleware/auth.js:32:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at ensureCouponTopBadgeColumns (/home/horizon2/react-app/services/coupons.js:9:35)
    at fetchTopBadgeCoupon (/home/horizon2/react-app/services/coupons.js:117:9)
    at /home/horizon2/react-app/routes/coupons.js:11:26
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:224:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:203:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:150:38
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at optionalAuth (/home/horizon2/react-app/middleware/auth.js:32:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:224:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:203:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at ensureCouponTopBadgeColumns (/home/horizon2/react-app/services/coupons.js:9:35)
    at fetchTopBadgeCoupon (/home/horizon2/react-app/services/coupons.js:117:9)
    at /home/horizon2/react-app/routes/coupons.js:11:26
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at ensureCouponTopBadgeColumns (/home/horizon2/react-app/services/coupons.js:9:35)
    at fetchTopBadgeCoupon (/home/horizon2/react-app/services/coupons.js:117:9)
    at /home/horizon2/react-app/routes/coupons.js:11:26
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:203:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:224:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at ensureCouponTopBadgeColumns (/home/horizon2/react-app/services/coupons.js:9:35)
    at fetchTopBadgeCoupon (/home/horizon2/react-app/services/coupons.js:117:9)
    at /home/horizon2/react-app/routes/coupons.js:11:26
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:203:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:224:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at ensureCouponTopBadgeColumns (/home/horizon2/react-app/services/coupons.js:9:35)
    at fetchTopBadgeCoupon (/home/horizon2/react-app/services/coupons.js:117:9)
    at /home/horizon2/react-app/routes/coupons.js:11:26
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:224:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:203:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at ensureCouponTopBadgeColumns (/home/horizon2/react-app/services/coupons.js:9:35)
    at fetchTopBadgeCoupon (/home/horizon2/react-app/services/coupons.js:117:9)
    at /home/horizon2/react-app/routes/coupons.js:11:26
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:203:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:224:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at ensureCouponTopBadgeColumns (/home/horizon2/react-app/services/coupons.js:9:35)
    at fetchTopBadgeCoupon (/home/horizon2/react-app/services/coupons.js:117:9)
    at /home/horizon2/react-app/routes/coupons.js:11:26
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:203:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:224:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at ensureCouponTopBadgeColumns (/home/horizon2/react-app/services/coupons.js:9:35)
    at fetchTopBadgeCoupon (/home/horizon2/react-app/services/coupons.js:117:9)
    at /home/horizon2/react-app/routes/coupons.js:11:26
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:203:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:224:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at ensureCouponTopBadgeColumns (/home/horizon2/react-app/services/coupons.js:9:35)
    at fetchTopBadgeCoupon (/home/horizon2/react-app/services/coupons.js:117:9)
    at /home/horizon2/react-app/routes/coupons.js:11:26
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:203:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:224:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at ensureCouponTopBadgeColumns (/home/horizon2/react-app/services/coupons.js:9:35)
    at fetchTopBadgeCoupon (/home/horizon2/react-app/services/coupons.js:117:9)
    at /home/horizon2/react-app/routes/coupons.js:11:26
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:203:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
Error: Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)
    at /home/horizon2/react-app/routes/products.js:224:35
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:149:13)
    at Route.dispatch (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/route.js:119:3)
    at Layer.handle [as handle_request] (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/layer.js:95:5)
    at /home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:284:15
    at router.process_params (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:346:12)
    at next (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:280:10)
    at router.handle (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:175:3)
    at router (/home/horizon2/nodevenv/react-app/24/lib/node_modules/express/lib/router/index.js:47:12) {
  code: 'ER_ACCESS_DENIED_ERROR',
  errno: 1045,
  sqlState: '28000',
  sqlMessage: "Access denied for user 'horizon2_mehedi'@'localhost' (using password: YES)",
  sql: undefined
}
