ambitious-grass-79919
09/26/2023, 7:04 AMwhite-fireman-22476
09/26/2023, 8:10 AM• How can we check the number of API requests that we have used out of the limit?Unfortunately we don't have a way for you to check that at the moment. If you DM me the email of the owner of the account I can look it up for you.
• I have fully rolled out a feature on FE (tried 100% rollout rule and a default value without any other rules), but some of the requests (5-10%) are still going to the old endpoint - what are some common causes that lead to this behaviour? Will setting up our own GrowthBook Proxy help?Changing default cache settings, or clients on mobile or some other environment where streaming updates might not be working correctly without setting the right polyfills are two things that come to mind.
Will setting up our own GrowthBook Proxy help?The proxy can control how many api requests you are using, but it shouldn't be changing what eventually gets served in any way.
ambitious-grass-79919
09/26/2023, 8:39 AMChanging default cache settings, or clients on mobile or some other environment where streaming updates might not be working correctly without setting the right polyfills are two things that come to mind.The setup I’m using is a ReactJS v17 web app with a myriad of users on different devices. In this case, will polyfills be required? Another piece of information that might be helpful is that we’re proxying the requests through a Cloudflare worker script.
white-fireman-22476
09/26/2023, 8:49 AMThe setup I’m using is a ReactJS v17 web app with a myriad of users on different devices. In this case, will polyfills be required?No.
Another piece of information that might be helpful is that we’re proxying the requests through a Cloudflare worker script.You are proxying the Growthbook features endpoint through Cloudflare?
ambitious-grass-79919
09/26/2023, 9:52 AMwhite-fireman-22476
09/26/2023, 10:04 AMambitious-grass-79919
09/26/2023, 10:25 AMwhite-fireman-22476
09/26/2023, 11:41 AMambitious-grass-79919
09/26/2023, 2:35 PMwhite-fireman-22476
09/26/2023, 3:37 PMambitious-grass-79919
09/27/2023, 7:20 AMwhite-fireman-22476
09/27/2023, 3:50 PM