Skip to content

CV upload to document source fails on staging #27

@rngadam

Description

@rngadam

POST https://api.cv.staging.coderbunker.ca/api/document-source 500 (Internal Server Error)

[2026-01-27 18:19:49.753 +0000] DEBUG: API Router Middleware
    method: "POST"
    path: "/api/document-source"
[2026-01-27 18:19:50.848 +0000] DEBUG (Error): Failed to queue document processing job. Please try again.
    type: "HTTPException"
    stack: "Error: Failed to queue document processing job. Please try again.\n    at <anonymous> (/usr/src/app/dist/src/api/documentSource.js:482:19)\n    at async dispatch (/usr/src/app/node_modules/hono/dist/compose.js:22:23)\n    at async <anonymous> (/usr/src/app/dist/src/api/middleware/requireAuth.js:52:11)\n    at async dispatch (/usr/src/app/node_modules/hono/dist/compose.js:22:23)\n    at async <anonymous> (/usr/src/app/dist/src/api/index.js:26:11)\n    at async dispatch (/usr/src/app/node_modules/hono/dist/compose.js:22:23)\n    at async cors2 (/usr/src/app/node_modules/hono/dist/middleware/cors/index.js:79:11)\n    at async dispatch (/usr/src/app/node_modules/hono/dist/compose.js:22:23)\n    at async trimTrailingSlash2 (/usr/src/app/node_modules/hono/dist/middleware/trailing-slash/index.js:4:11)\n    at async dispatch (/usr/src/app/node_modules/hono/dist/compose.js:22:23)\n    at async <anonymous> (/usr/src/app/node_modules/hono/dist/hono-base.js:301:31)\n    at processTicksAndRejections (native:7:39)"

frontend: https://cv.staging.coderbunker.ca/version.json

{
  "version": "0.0.0-pr-3-deploy-staging",
  "commit": "f877339a5598c3a48595fb8840ddb77a3da72c73",
  "buildDate": "2026-01-27T16:06:56Z",
  "environment": "3/merge"
}

backend: https://api.cv.staging.coderbunker.ca/api/version

{"version":"1.2.0","commit":"4b7411acf0a2437273523746ab893a177d9b599f","buildDate":"2026-01-27T14:25:11Z","environment":"4/merge"}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions