I recently moved from version v14.0.3 to v14.0.4.
Migrating from nutmeg.1 to nutmeg.2 with our own fork.
I have a strange error message but I didn’t change anything in config.yml between using nutmeg.1 or nutmeg.2
pymongo.errors.ServerSelectionTimeoutError: client is configured to connect to a replica set named '' but this node belongs to a set named 'None', Timeout: 30s, Topology Description: <TopologyDescription id: 6303af6359f72245b1f5b70d, topology_type: Single, servers: [<ServerDescription ('mongodb', 27017) server_type: Unknown, rtt: None, error=ConfigurationError("client is configured to connect to a replica set named '' but this node belongs to a set named 'None'")>]>
As a quick fix, where would I specify the mongo replica set in config.yml?