Open solkimicreb opened 1 day ago
Hi there,
It looks like this can happen if the workflow is triggered with an empty payload. But since you check ctx.requestPayload.meta
, I assume you don't call the workflow with empty payloads.
Did you observe these errors in workflows which were started before the version upgrade or do they still happen consistently after the version upgrade?
Either way these errors shouldn't have happened, we will look into addressing them.
Hey! Since I updated to v0.2.0. I started getting these two errors:
Cannot destructure property 'meta' of 'ctx.requestPayload' as it is undefined.
from the failureFunction.Upstash Qstash: Failed while decoding base64 "undefined". Decoding with atob and returning it instead. InvalidCharacterError: The string to be decoded is not correctly encoded.
from the main workflow.I suspect these are related to the new lazy fetch functionality and the body being undefined.