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 using the gcs-read node for an object that is not present in the specified bucket, the node prints "getMetadata error: No such object" error in console but does not return the message, so the flow hangs.
I think it's missing a node.send(msg); in that try-catch block (line 95)
When using the gcs-read node for an object that is not present in the specified bucket, the node prints "getMetadata error: No such object" error in console but does not return the message, so the flow hangs.
I think it's missing a
node.send(msg);in that try-catch block (line 95)