I'm getting a strange error about completed job not found when using `wmill flow run`
wmill flow run u/tim/charismatic_flow --data @input.json
WaitingForPriorSteps
====== Job 1 ======
Waiting for Job 018d23ac-8d0b-ae20-4640-c1b8124ab1ee to start...
Job running. Streaming logs...
Flow job completed with success
Job Completed
Flow ran to completion
Server failed. Not Found: Not found: Completed Job not found at name 018d23ac-8cb8-d204-9a3f-1342107969de
error: Uncaught (in promise) ApiError: Not Found
throw new ApiError(options, result, error);
^
at catchErrorCodes (https://deno.land/x/windmill@v1.226.1/windmill-api/core/request.ts:265:15)
at https://deno.land/x/windmill@v1.226.1/windmill-api/core/request.ts:301:17
at eventLoopTick (ext:core/01_core.js:182:7)wmill flow run u/tim/charismatic_flow --data @input.json
WaitingForPriorSteps
====== Job 1 ======
Waiting for Job 018d23ac-8d0b-ae20-4640-c1b8124ab1ee to start...
Job running. Streaming logs...
Flow job completed with success
Job Completed
Flow ran to completion
Server failed. Not Found: Not found: Completed Job not found at name 018d23ac-8cb8-d204-9a3f-1342107969de
error: Uncaught (in promise) ApiError: Not Found
throw new ApiError(options, result, error);
^
at catchErrorCodes (https://deno.land/x/windmill@v1.226.1/windmill-api/core/request.ts:265:15)
at https://deno.land/x/windmill@v1.226.1/windmill-api/core/request.ts:301:17
at eventLoopTick (ext:core/01_core.js:182:7)I don't see any error in the UI, so I'm puzzled as to what might be going wrong.