Issue with "Allowlist config Urls"

GM :slight_smile:

I made a few tests to populate the configurations on the backend by activating “Custom/My Own Service”.

I found that once I populated the configuration from the back-end, I’m no longer able to get/set the configurations on config.html (onChange is returning an empty object).
So I have a couple of questions:

  • Is it possible to use both, backend in tandem with the frontend for configurations?
    According to the animals-facts example, this seems possible. But it doesn’t work for me for some reason.
    https://github.com/twitchdev/animal-facts/blob/main/src/components/App/App.js

  • I, sort of, understood the utility of the “Required Per Channel Configuration” field. But I’m not sure how to use it. Is there an example or process explanation?