runtime error
Exit code: 1. Reason: | 2 +- frontend/src/main.tsx | 9 +- frontend/src/pages/dashboard/Admin.tsx | 63 ++++-- frontend/src/pages/dashboard/CategoryProducts.tsx | 14 +- frontend/src/pages/dashboard/Home.tsx | 28 ++- frontend/src/pages/dashboard/Products.tsx | 26 ++- frontend/src/router.tsx | 4 +- frontend/tsconfig.node.tsbuildinfo | 2 +- frontend/vite.config.js | 1 + frontend/vite.config.ts | 1 + 25 files changed, 679 insertions(+), 68 deletions(-) create mode 100644 .github/workflows/pages.yml create mode 100644 .jekyllignore create mode 100644 _config.yml create mode 100644 backend/scripts/createTenant.mjs create mode 100644 backend/src/middleware/logger.js create mode 100644 docs/404.html create mode 100644 docs/assets/index-D6trS_fr.js create mode 100644 docs/assets/index-S7Q7Q9mE.css create mode 100644 docs/index.html create mode 100644 frontend/404.html up to date, audited 153 packages in 676ms 52 packages are looking for funding run `npm fund` for details 5 vulnerabilities (1 low, 2 moderate, 2 high) To address issues that do not require attention, run: npm audit fix To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. npm notice npm notice New major version of npm available! 10.9.2 -> 11.12.1 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.12.1 npm notice To update run: npm install -g npm@11.12.1 npm notice > wla-backend@0.1.0 start > node src/server.js node:internal/dns/promises:293 this.reject(new DNSException(err, this.bindingName, this.hostname)); ^ Error: querySrv ENOTFOUND _mongodb._tcp.cluster0.fhejr.mongodb.net at QueryReqWrap.onresolve [as oncomplete] (node:internal/dns/promises:293:17) { errno: undefined, code: 'ENOTFOUND', syscall: 'querySrv', hostname: '_mongodb._tcp.cluster0.fhejr.mongodb.net' } Node.js v23.7.0
Container logs:
Fetching error logs...