Configuration is not saving once again

My Rig version is 1.2.5

In the config.js
I have the below code

twitch.configuration.set(‘broadcaster’,1.0,“{"test":"data"}”);

In my main widget.html. I have the below code

twitch.configuration.onChanged(()=>{
console.log(“Changing…”)
console.log(twitch.configuration.broadcaster);
});

The broadcaster is always empty. I can see the Configuration API getting called using PUT when I set the data and it returns 204.
But the configuration is not saved.

Hi,
I have the same issue, did you find a way to fix it ?

Every time I set the configuration using the Developer Rig, I have to do a Force Reload in order to get the new configuration to be loaded probably. Seems like a caching issue.

Unfortunately on 1.2.6 even setting the configuration doesn’t work. It ends up with 401 Unauthorized.

this might be related to the main oAuth system being down. Track Expired SSL Certificate on id.twitch.tv for updates!