Hi @MutedJam,
We have changed n8n port from 5678 to 8443 for frontend login.
I am currently using webhook node. But that port changes has not applied to webhook url.
when I am trying to use webhook. I am getting test url but in that I am getting 5678 port. For that I have made change in .env file. I have added this line
export WEBHOOK_URL=https://192.168.230.87:8443/n8n/
into .env file.
In the above screenshot you can see my n8n is running on 8443 port but in test url you can see port 5678.
If I use the this test link to trigger webhook I am getting error which is expected.
But if I made port change and add /n8n/ after port it works fine.
You can see in the above screenshot.
I want to know where do I need to make change so that this
url “https://192.168.230.87:8443/n8n/webhook-test/b42af47c-1350-4441-ad2e-4a37749ac81a” generate automatically by webhook test url.
Thanks & Regards,
Abhilash