N8n github backup error

Describe the problem/error/question

Hey guys,

My GitHub workflow was running smoothly for a while until one day it stopped working. I can’t remember doing anything special that day. Could it have been an update to an n8n version?

In any case, I can’t find a solution. I’ve already looked through several posts on the subject and watched all the relevant videos again, but I’m still stuck.

What is the error message (if any)?

Your request is invalid or could not be processed by the service

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 2.2.6 (self hosted)
  • Running n8n via: (self hosted on hostinger)

This is a known issue and is caused by how n8n v2 handles binary data in combination with how the github node processes this data.

It got fixed with version 2.3.0:

If you can’t/don’t want to upgrade yet, here is a detailed description on how to get around this issue in your current version:

3 Likes

Thank you very much! I have updated the version and not its working again!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.