rough-businessperson-52903
05/08/2025, 6:58 AMinit
in multiple places - starting with the cloudflare workers.
Then also in the Next.js middleware and finally in the Next.js browser-side (not all at the same time, of course).
We've been monitoring the app behaviour and noticed that quite a few times the init
call fails with a timeout, even if it's been set to 2000ms which is quite high already.
Is there a way to know:
• Why it's happening, or have more info than just what's described here? https://docs.growthbook.io/lib/js#error-handling
• Can we do something about these timeouts or is it completely out of our control? We're using the cloud based service, not self-hosting
We're seeing around 0.5% timeouts over successful inits (network/cache), so not a huge issue, but would still be good to know why this happens. To give you an idea of the traffic, we have around 2m unique visitors per month. Thanks!fresh-football-47124
happy-autumn-40938
05/08/2025, 8:17 PMrough-businessperson-52903
05/09/2025, 8:22 AMinit
whereas on the browser we kept the defaults - not sure what the timeout default is in that case?happy-autumn-40938
05/09/2025, 2:23 PMrough-businessperson-52903
05/11/2025, 8:43 AMhappy-autumn-40938
05/11/2025, 7:50 PMrough-businessperson-52903
05/12/2025, 8:28 AMproduction
environment, the button to add the webhook is enabled but then i get a 400 error with:
{
"status": 400,
"message": "your webhook limit has been reached",
"errorId": "e0f800fa7ac54e0ab966baee2941555d"
}
Could you let me know if this is normal? thankshappy-autumn-40938
05/14/2025, 4:29 PMrough-businessperson-52903
05/14/2025, 4:44 PMhappy-autumn-40938
05/14/2025, 5:40 PM