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
Since switching to Node.js 22, my hatchet worker is unable to connect to my local hatchet-lite instance.
The same code works on v20.
Error message:
Failed to initialize Hatchet HatchetError: Could not register workflow: /WorkflowService/PutWorkflow INTERNAL: Request message serialization failure: "length" is outside of buffer bounds
at Worker.<anonymous> (node_modules/.pnpm/@[email protected]/node_modules/@hatchet-dev/typescript-sdk/clients/worker/worker.js:146:23)
at Generator.throw (<anonymous>)
at rejected (node_modules/.pnpm/@[email protected]/node_modules/@hatchet-dev/typescript-sdk/clients/worker/worker.js:6:65)
The text was updated successfully, but these errors were encountered:
Since switching to Node.js 22, my hatchet worker is unable to connect to my local hatchet-lite instance.
The same code works on v20.
Error message:
The text was updated successfully, but these errors were encountered: