I currently am using the n8n node to get all workflows, move binary data node to go from json to binary, and then uploading it to google drive. Everything seems to go through, but it just hangs at the very end (after uploading to google drive). if i stop the workflow, a message: Workflow finished executing. It completed before it could be stopped.
I also notice that no matter whatever workflow (active or not) I open, edit/no edit, close, and then re-open, it shows connection lost. when i close n re-login, no connection lost message (even when going into workflows). It’s just when I go back into it after, it shows up.
Connection Lost normally means there is a config issue or the workflow has crashed, Have you checked the n8n logs to see if there is any error? I suspect you could be hitting a memory limit.
Yes…i actually had to re-enable it again. Disabled it at one point to resolve another issue and a config change. Since that resolved the issue, i left it at that.