First of all, thank you for creating the developer rig, I think it was an amazing tool and it helped me from the beginning in the development of my extension.
My extension is ready for review, but I would really like to enable the use of bits, so I started the search process to integrate, even there with no problems.
The problem:
I have not updated the tool for some time, I did the git pull, and there were some new things that I could not understand and work correctly, I particularly need to make the bit part work (it’s my biggest interest at the moment)
commands used to update:
cd twitch / developer-rig && git pulll && yarn, ok.
then I initialized normal with the variables followed by yarn start, ok.
the rig starts without a problem on port 3000 as it always worked, okay.
The test of the resources is by the hosted test (it is in the process of review).
the rig correctly loads the viewer, live config and config, ok.
now, when I try to add a bit product, it is registered correctly, however, the SKU and product name does not appear in the configuration links.
an error with red header on top also occurs. and configurate bits : User not authorized to see expired products under specified Domain.
I searched the github issues to see if it was any known error or configuration, I also tried to read the documentation several times
I really need to use developer rig to correctly test the bits and iterations of users, does anyone know what I’m doing wrong?
I took some pictures to illustrate better: