Hi All,
We self-host Growthbook in Azure, we currently use an old version (v1.8.0) and deploy the Docker Image on Public Docker Hub. the back end is a Cosmos DB configured to use the MongoDB API
We have recently stood up a new instance of the same configuration but using the latest Docker image (v3.2.0). All looks good, environments, attributes have all been set up and we migrated our feature flags via the API.
However, on the main Features UI, when you drill into a feature to look at its configuration we get this error.
I'm assuming something in the DB query has been introduced that is not playing nice with the MongoDB API for Cosmos DB. Has anyone else had this issue or know if there is a resolution.