Catching wrong webhooks

Hey-OH! n8n newb here.

I’ve got n8n installed on my site’s linux server. I’m using my mac to admin n8n remotely from the browser. I have a domain I’m working with, and it has a subdomain for a dev site, and a separate subdomain that n8n is on. I have a test workflow listening for webhooks triggered by actions on the site. I initially put the test version of the webhook on live to catch what people were doing (no workflow actions since it was live, just testing}. Once I found it working, I killed the live script and flipped to my dev site to work on the workflow. n8n keeps keeps picking up webhooks from my live site. The live site gets a lot of traffic so I’m having a hard time sneaking in my tests.

I’m pretty sure this shouldn’t be happening this way. The actions I’m catching are also way behind when they actually happen. I edited the servers host files to bypass Cloudflare so it’s all staying local to the server. Could the live site have queued up a bunch calls and I have to wait for them to run? Not sure why I’m getting them since that script is all commented out.

Also, how much of a delay do others see when doing everything on the same host? I figured it should be near instant.

1 Like

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