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
Describe the bug
When I try to write files with the MindConnect Node-RED agent to the IDL on an EU2 tenant, he file upload fails. A signed URL is created, and this one works, but the upload later fails
To Reproduce
Steps to reproduce the behavior:
Create a flow that sends a payload via Agent
Watch the output, it contains a working signed url
check in IDL Data Explorer
File has not arrived 5. (Bonus) Upload the payload with the created signed url manually - file arrives in IDL
Expected behavior
The agent should upload the file
** MindSphere Plan **
iot value plan eu2
Additional context
I would assume that the error lies in the header when uploading the payload. For eu2 the following has to be set "x-ms-blob-type" : "BlockBlob"
The text was updated successfully, but these errors were encountered:
@peterandree thank you, I don't have access to data lake on EU2, so I can't test this yet, at the time the functionality was created there was no EU2 instance available. Can you live with manual upload for now, as this needs to be fixed in the underlying library and not in the node?
Describe the bug
When I try to write files with the MindConnect Node-RED agent to the IDL on an EU2 tenant, he file upload fails. A signed URL is created, and this one works, but the upload later fails
To Reproduce
Steps to reproduce the behavior:
5. (Bonus) Upload the payload with the created signed url manually - file arrives in IDL
Expected behavior
The agent should upload the file
** MindSphere Plan **
Additional context
I would assume that the error lies in the header when uploading the payload. For eu2 the following has to be set
"x-ms-blob-type" : "BlockBlob"
The text was updated successfully, but these errors were encountered: