0

I am using Unleash feature toggle (from getunleash.io). The feature toggle and its variant are setup on the non-production and production environment. To make sure unleash configuration is loaded, I am subscribing to the "ready" event

unleash?.subscribe(name: "ready") {
  ...
}

In non-production env, I am able to get the event back and receive the feature toggle configuration. However in production environment nothing is coming back. All the setup of the feature toggle and its variant is no different with lower environment. Is there any specific thing that has to be configured in the production environment that may have caused this?

Andi Setiyadi
  • 197
  • 1
  • 1
  • 11
  • Hi, it might help if you provide some additional context: which SDK and which version. I believe there's nothing different, but perhaps it's not able to connect to the production URL (you can try pointing to a non-existing URL to verify the behaviour). In any case, I suggest you first look at the documentation for how to connect here: https://docs.getunleash.io/reference/sdks – Gastón Fournier Jan 03 '23 at 22:19

0 Answers0