Web hock UI is not working, even though its running and gave me the result in executions

Hello everyone,

I am now here, so I am truly honored to be a part of this community, I am new and a noob in n8n, so I have an issue with my workflow or any webhook that is in active mode. it doesn’t show me anything of the process as if nothing is going on, but when I go to executions, I can see the success or failure.

It’s hard to do it like that as I am unsure what to do now or if that’s normal. It does not show any of the work follows, errors, or anything unless I go to the executions.

Please share your workflow

  • n8n version: 1.68.0
  • Database (default: SQLite): No idea
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):**default
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**Docker
  • Operating system: Synology

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:

would really help if anyone can point me in the right direction or help me out

Welcome to the community @RamyE !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


Not clear to me what your expectations with regard to webhook are. Regardless, I would advise to watch this video explaining how to work with n8n webhooks, https://www.youtube.com/watch?v=IvUYJQkf6sA&pp=ygULbjhuIHdlYmhvb2s%3D. There are many video tutorial available on Youtube.

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