AP Docker Container Crashing on code step

After updating to 0.11.0, my code steps work fine while in the builder and testing them each individually, but once I try to test the full flow or publish and run it. my docker container crashes with this error:

ActivepiecesError: VALIDATION
    at <anonymous> (webpack:///src/app/workers/flow-worker/flow-worker.ts:308:19)
    at Generator.next (<anonymous>)
    at /usr/src/app/dist/packages/backend/node_modules/tslib/tslib.js:169:75
    at new Promise (<anonymous>)
    at Object.__awaiter (/usr/src/app/dist/packages/backend/node_modules/tslib/tslib.js:165:16)
    at getCodeStepsWithoutLock (webpack:///src/app/workers/flow-worker/flow-worker.ts:301:86)
    at <anonymous> (webpack:///src/app/workers/flow-worker/flow-worker.ts:294:16)
    at Generator.next (<anonymous>)
    at fulfilled (/usr/src/app/dist/packages/backend/node_modules/tslib/tslib.js:166:62)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  error: {
    code: 'VALIDATION',
    params: {
      message: 'Missing artifactSourceId for code step vtixIq1aIpUHvqiEdbnLu'
    }
  }
}

Node.js v18.17.1

I’ve got AP running on prod mode with postgres and redis as db’s

Edit: I’ve downgraded back to 0.10.1 since that seems to fix the issue

I am trying to reproduce this issue right now, Please let me know if anything can helps

Hi the fix will be released in next version.

Thank you for reporting it!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.