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?
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
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.