Hi GB, I'm following the next.js + vercel feature flags guide and can’t get past webhook creation. I have all the required inputs but when I attempt to submit the
Create New SDK Webhook
modal I get 400 errors and an alert saying:
Copy code
your webhook limit has been reached
I have no other webhooks configured that I can see, on any of the sdks in my org. I had one configured from earlier this month before realizing we needed to move our project to the app router, but its been deleted from my view.
Should I try again after a set amount of time, or have I uncovered an actual bug?
able-stone-9657
10/29/2024, 10:45 PM
from the console:
Copy code
{
"status": 400,
"message": "your webhook limit has been reached",
"errorId": "34368a91e10b4598b87f28f7515a40ec"
}
able-stone-9657
11/04/2024, 3:51 PM
@fresh-football-47124 Sorry for the direct mention, I'm still getting this error today.