Reddit Node: Image posting not working

I’m trying to post on Reddit using n8n. I successfully managed to post text and links, but when I try to post an image the output is empty. The only difference in my setup compared to text and image in the Reddit node is the URL field. What should I specify in this field so it works?

How should the URL field be correctly filled out? I tried multiple things, but nothing works

There is no error message, but the output remains empty when attempting to post image with a URL.

Share the output returned by the last node

Output when I trigfee the node is an empty object.

n8n version: latest
Database (default: SQLite): no need
n8n EXECUTIONS_PROCESS setting (default: own, main): default
Running n8n via (Docker, npm, n8n cloud, desktop app): dekstop app
Operating system: Windows

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
1 Like

Just added it, the URL for images I tried was the obvious one for example https://i.imgur.com/MjreKb5.jpeg

I’m running into the same issue as well. Nothing I put in the url field results in a successful image post to reddit.

@RicardoE105, or anyone else from @n8n, any insight how to image post with the Reddit node? URL field doesn’t seem to work.

1 Like

Anyone know how to create an image post with the Reddit node?

1 Like

I am also running into this issue!

I tried the solution from this issue: Reddit node returns always empty - #2 by EmeraldHerald - to no avail.

Is anyone successfully uploading pictures to reddit via n8n?