Is anyone else having trouble with the Webhooks area of Integrations in the console?
I’ve been trying to edit a webhook, but I get a message “Bummer! timed out after 3000ms” the first time I try to save my changes. If I try a second time, I get the little spinning circle that indicates it’s doing something, but it never gets past that.
If I try to create a new one, I get:
“Bummer! Integration creation failed: timed out after 3000ms”
If I try to delete a webhook, I get “Bummer! undefined”
I’ve logged out and back in again, and rebooted my computer, but no change. I also tried a different browser. Is there an issue that isn’t reflected in the status page?
In case anyone from support is watching, I get the same result trying to create one via the API, which makes sense, since that seems to be how the web UI does it:
curl "https://api.particle.io/v1/integrations?access_token=redacted" -d event=test -d url=https://test.com -d requestType=GET -d integration_type=Webhook
{"ok":false,"error":"Integration creation failed: timed out after 3000ms"}