That’s much better.
I hope this is my last question, the configuration saved using the back-end is not the same as the front-end’s.
I suspected it is related to the version, but:
- My app’s version is 0.0.1
- On the front-end, I’m using: twitch.configuration.set(“broadcaster”, “1”, JSON.stringify(config))
- On the back-end, I tried setting the version to both “1” & “0.0.1” on PUT “https://api.twitch.tv/helix/extensions/configurations”
- On the back-end, for fetching configurations, there is no version parameter.
My test was very simple:
set backend => reload the extension & check onChange => set on the front-end => check on the back-end
Is it the intended behavior?