I am unable to register a webhook. It always returns “High latency on CRC GET request. Your webhook should respond in less than 3 seconds.”.

It was working perfectly fine till today until I changed the username of the profile (which might just be a coincidence) that was subscribed to account activity on the app.

  • I started debugging, tokens/secrets are fine. I am able to use other APIs.
  • I tested the webhook url response time, and its 250ms max.
  • I then turned on real time monitoring of requests, and found out that twitter’s request isn’t even coming to the webhook url. No idea why. Can’t find any such issue happening to anyone else on internet.

Anyone has any ideas?

Will appreciate a lot. Thanks

is this on a server hosted somewhere or on your local machine with https://ngrok.com/ ? Maybe it’s a firewall issue? only thing that comes to mind.

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