carimura
(Chad)
1
Where does the bug appear (feature/product)?
Grok Bot
Describe the Bug
webhooks are failing with internal server error:
❯ curl -X POST “https://api2.cursor.sh/automations/webhook/(redacted)” \
-H “Authorization: Bearer crsr_(redacted)” \
-H “Content-Type: application/json” \
-d ‘{“context”:“test payload!”}’
{“code”:“internal”,“message”:“Error”}
Steps to Reproduce
just curl a webhook
Expected Behavior
yesterday they were working fine. should receive a 200 OK.
Screenshots / Screen Recordings
Operating System
MacOS
Version Information
Version: 0.24.0
Release Track: stable
OS: darwin
Does this stop you from using Cursor
No - Cursor works, but with this issue
Colin
(Colin)
5
Hey @carimura, thanks for the report! This has been flagged to the team.
Your webhook setup and API key are fine, so no changes are needed on your side. Will follow-up on this thread.
I’m having the exact same issue. logged a couple tickets.
Colin
(Colin)
9
Hi everyone,
We are rolling back a number of recent changes that we believe are the source of the issue. We will keep you updated as we learn more.
Thank you for your patience and for the reports!
Colin
(Colin)
10
Hey @carimura @Andrew_Flowers
Can you give it another try and let us know if it’s working now? The issue should be resolved!
Yes this worked for me as well! Thank you!