Im getting this error and cannot figure out where or how to fix it.
Error processing request: error: null value in column "plate_number" of relation "plate_reads" violates not-null constraint
at <unknown> (/app/node_modules/pg/lib/client.js:535:17)
at async p (/app/.next/server/app/api/plate-reads/route.js:1:6064)
at async te.do (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:17826)
at async te.handle (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:22492)
at async doRender (/app/node_modules/next/dist/server/base-server.js:1455:42)
at async responseGenerator (/app/node_modules/next/dist/server/base-server.js:1814:28)
at async NextNodeServer.renderToResponseWithComponentsImpl (/app/node_modules/next/dist/server/base-server.js:1824:28)
at async NextNodeServer.renderPageComponent (/app/node_modules/next/dist/server/base-server.js:2240:24)
at async NextNodeServer.renderToResponseImpl (/app/node_modules/next/dist/server/base-server.js:2278:32) {
length: 504,
severity: 'ERROR',
code: '23502',
detail: 'Failing row contains (43, null, null, images/2025/04/01/undefined_1743524021322_3cd91a1d.jpg, thumbnails/2025/04/01/undefined_1743524021322_3cd91a1d_thumb.jpg, 2025-04-01 12:13:27.976-04, 2025-04-01 12:13:41.395125-04, PTZ, ui3.htm?rec=195257569683655-803426&cam=PTZ, null, {0,250,1313,1197}, null, 0.86, null, f).',
hint: undefined,
position: undefined,
internalPosition: undefined,
internalQuery: undefined,
where: undefined,
schema: 'public',
table: 'plate_reads',
column: 'plate_number',
dataType: undefined,
constraint: undefined,
file: 'execMain.c',
line: '1942',
routine: 'ExecConstraints'
}
From what i can deciper by the failing row contains im guessing its related to the payload string? { "ai_dump":&JSON, "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP", "timestamp":"&ALERT_TIME" }