Webhook link having an extra M on .com

Greetings! Recently I’ve created an n8n account utilizing docker and digitial ocean, however while testing the webhooks on the workflow i’ve noticed it was not receiving any data (even in testing phases), then I noticed the webhooks links had an extra M at the end of .com, and i suspect that is the reason why its not working, do you guys have any idea how to fix that?

Sem título

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:

Sorry, I just started so i’m not sure about some information but.
Version: Not sure
Database: Default
Execution process: not sure
Running via docker (digital ocean)
Operating system is windows 10

Hi @kinda_creme

One thing I suggest you check is the WEBHOOK_URL setting in your docker-compose file (if you did install via docker compose).

From my understanding, that setting controls the final webook url in the n8n instance.

1 Like

Welcome to the community @kinda_creme !

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!


I assume you followed the guide on hosting n8n on Digital Ocean | n8n Docs. If so, you need to make sure you have not mistyped your DOMAIN_NAME in .env file. That is the value that will be used in your docker-compose.yml for n8n variables N8N_HOST and WEBHOOK_URL.

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