-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with the new lazy fetch functionality #29
Comments
Hi there, It looks like this can happen if the workflow is triggered with an empty payload. But since you check 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. |
I am pretty sure they were started after the version upgrade but that's a good point. I will try to repro with the upgraded version and a clean instance when I have some time. Edit: yep, the workflows were called with large payloads. |
Hey! The issue still persist with the latest version. I found this (probably newish) documentation about my issue: https://upstash.com/docs/workflow/troubleshooting/general#context-call-execution.
|
Hi @solkimicreb, Is there any chance you can provide a reproduction code sample? |
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.
The text was updated successfully, but these errors were encountered: