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
When there is a task with binary data and special variables (for example app.upload) the function that replaces the special variables is changing the format of the binary data object.
Because of this all these tasks will fail. Usually with 500 error from Qlik
// w/o special variables{file: Buffer(...),name: "..."}// with special variables{file: {type: "Buffer",data: [...]},name: "..."}
The text was updated successfully, but these errors were encountered:
When there is a task with binary data and special variables (for example
app.upload
) the function that replaces the special variables is changing the format of the binary data object.Because of this all these tasks will fail. Usually with 500 error from Qlik
The text was updated successfully, but these errors were encountered: