You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get into the workflow I upload files and in the kyc manual review specially when I want to improve files I got a toaster error message : "Error occurred while approving the document. IndividualsId is not defined"
Has the bug been reported before
(Y/N) - No
Expected Behaviour
the case should be approved successfully.
Environment
Node version: 22
Device, operating system and its version: Windows 10
Description
pnpm run kyc-manual-review-example pass.
get into the workflow I upload files and in the kyc manual review specially when I want to improve files I got a toaster error message : "Error occurred while approving the document. IndividualsId is not defined"
Has the bug been reported before
(Y/N) - No
Expected Behaviour
the case should be approved successfully.
Environment
Steps to Reproduce
Browser console:
Error screen
Bash error description
2025-01-02T13:09:45.890Z [error] : Outgoing response - Failure - Client Error: {
[0] "reqId": "74f45c8c-89d5-4428-a646-3674bd54bc29",
[0] "logData": {
[0] "name": "BadRequestException",
[0] "status": 400,
[0] "error": "{\n statusCode: 400,\n message: 'entity.individualsId is required',\n error: 'Bad Request'\n}",
[0] "message": "entity.individualsId is required",
[0] "responseTime": 3298,
[0] "startTime": "2025-01-02T13:09:42.591Z",
[0] "X-Request-ID": "74f45c8c-89d5-4428-a646-3674bd54bc29",
[0] "query": {
[0] "contextUpdateMethod": "base"
[0] },
[0] "params": {
[0] "id": "cm5fby86400k2q910es600oa4",
[0] "documentId": "dc75dfe7-9347-4015-89fc-06e21a69e5ef"
[0] },
[0] "url": "/api/v1/internal/workflows/cm5fby86400k2q910es600oa4/decision/dc75dfe7-9347-4015-89fc-06e21a69e5ef?contextUpdateMethod=base",
[0] "method": "PATCH",
[0] "headers": {
[0] "headers": {
[0] "host": "localhost:3000",
[0] "connection": "keep-alive",
[0] "content-length": "22",
[0] "sec-ch-ua-platform": ""Windows"",
[0] "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
[0] "sec-ch-ua": ""Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"",
[0] "content-type": "application/json",
[0] "sec-ch-ua-mobile": "?0",
[0] "accept": "/",
[0] "origin": "http://localhost:5137",
[0] "sec-fetch-site": "same-site",
[0] "sec-fetch-mode": "cors",
[0] "sec-fetch-dest": "empty",
[0] "referer": "http://localhost:5137/",
[0] "accept-encoding": "gzip, deflate, br, zstd",
[0] "accept-language": "en-US,en;q=0.9,fr-FR;q=0.8,fr;q=0.7"
[0] }
[0] },
[0] "body": {
[0] "decision": "approve"
[0] },
[0] "user": {
[0] "user": {
[0] "id": "cm5fby57a009sq910le0hq7no",
[0] "email": "[email protected]",
[0] "firstName": "Jacky",
[0] "lastName": "Jaskolski",
[0] "avatarUrl": "https://loremflickr.com/200/200/people?lock=6760",
[0] "lastActiveAt": "2025-01-02T13:08:39.483Z"
[0] },
[0] "projectIds": [
[0] "project-1"
[0] ],
[0] "type": "user"
[0] },
[0] "ip": "::1",
[0] "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
[0] "referer": "http://localhost:5137/"
[0] },
[0] "stack": "Error: \n at AllExceptionsFilter.logError (C:\Users\Asus\Desktop\ballerine\services\workflows-service\src\common\filters\AllExceptions.filter.ts:73:17)\n at AllExceptionsFilter.handleHttpErrorResponse (C:\Users\Asus\Desktop\ballerine\services\workflows-service\src\common\filters\AllExceptions.filter.ts:30:12)\n at AllExceptionsFilter.catch (C:\Users\Asus\Desktop\ballerine\services\workflows-service\src\common\filters\AllExceptions.filter.ts:21:17)\n at ExceptionsHandler.invokeCustomFilters (C:\Users\Asus\Desktop\ballerine\node_modules\.pnpm\@nestjs[email protected]@nestjs+common@9.4.3_@nestjs+platform-express@9.4.3_@nestjs[email protected]_sjpytqpdtk2uknpokdg7c7gtre\node_modules\@nestjs\core\exceptions\exceptions-handler.js:33:26)\n at ExceptionsHandler.next (C:\Users\Asus\Desktop\ballerine\node_modules\.pnpm\@nestjs+core@9.4.3_@nestjs+common@9.4.3_@nestjs+platform-express@9.4.3_@nestjs[email protected]_sjpytqpdtk2uknpokdg7c7gtre\node_modules\@nestjs\core\exceptions\exceptions-handler.js:13:18)\n at C:\Users\Asus\Desktop\ballerine\node_modules\.pnpm\@nestjs+core@9.4.3_@nestjs+common@9.4.3_@nestjs+platform-express@9.4.3_@nestjs[email protected]_sjpytqpdtk2uknpokdg7c7gtre\node_modules\@nestjs\core\router\router-proxy.js:13:35"
[0] }
Tags:
@GuiSim @abensur @jalamprea @liorzam @alonp99
The text was updated successfully, but these errors were encountered: