How I fixed a "content is not valid Base64" Error in n8n v2 GitHub Node
After upgrading from n8n v1 to v2, my workflow that uploads binary files to GitHub suddenly broke. The fix was adding an Extract from File node between the binary source and the GitHub node to manually convert the binary data to Base64.
Read More »