Hello Twitch developers community,
I finally got to release a new extension yesterday and was hyped to show it to my viewers. However, I noticed that the bits products are not shown in the extension due to the window.Twitch.ext.features.isBitsEnabled flag being false in the released version. However, in my test version which I also added as a panel for debugging purposes, the same flag is true.
Checking the flag in the browser console for the released version iframe
![]()
Checking the flag in the browser console for the test version iframe
![]()
They both have the same title attribute and therefore the frame switcher shows the same exact title but I also verified this behavior by checking the request to my backend in both instances (window.Twitch.ext.features.isBitsEnabled is sent directly to my backend to determine if bits products should be included in the response or not) as well as visually inspecting the response - the released version does not include bits products while the test version does.
Released version does not show the “Racer” category and bits locked products
Request params: /products?bits=false&type=affiliate
Test version shows the “Racer” category and bits locked products
Request params: /products?bits=false&type=affiliate
I compared the Monetization options of the two versions, they are identical. For testing purposes, I added my test version of the extension in the “Overlay 1” slot where the released version lives just to make sure it isn’t an issue with the slot - the test version still has the flag set to true.
I can’t figure out why the flag is false for the released version and there is no code difference between the two versions at the moment. I did upload the same .zip package for the test version to make sure that this isn’t caused by a bug in my released code that I fixed after submitting to review.
Does anyone have an idea what else I could check or what is going on here? Is there a configuration either for the extension or for my account that I should check? I did not opt out of bits in extensions as e.g. the Soundalerts extension on my profile has a few sounds that can only be played for bits.
Thanks in advance and have a good day,
bamboe

