Cannot add controller with `enable-ha`

When I add new controller for HA, the nodes seems to halt on this:

2023-03-26 11:29:26 INFO juju.mongo mongo.go:486 Ensuring mongo server is running; data directory /var/lib/juju; port 37017
2023-03-26 11:29:26 WARNING juju.mongo service.go:323 configuring mongod  with --noauth flag enabled
2023-03-26 11:29:26 ERROR juju.mongo mongo.go:502 cannot install/upgrade mongod (will proceed anyway): snap channel for mongo dependency not valid
2023-03-26 11:29:26 ERROR juju.worker.dependency engine.go:695 "upgrade-database-runner" manifold worker returned unexpected error: starting database upgrade worker: viable 'mongod' not found

This obivously is not the way to go, but installing mongodb-server-core remedied this.

What’s the version of juju are you currently using? At any point has the model config lxd-snap-channel value changed from the default?