GET request url is broken when allowed test user attempts to use panel extension running in Hosted Test mode

You may be on to something.

When the page loads I have the twitch.configuration.onChanged() firing… Inside there I have it running inside a try/catch to parse from the twitch.configuration.broadcaster.content JSON string, containing my settings…

I think that what is happening is that its probably not able to access the broadcaster content and somehow I’m not setting the local state of the app to configure my request url that is used for the XHR GET request.

I will dbl check this.