You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nobody wants to set options.routing.idBased to false, because that would only lead to shooting yourself in the foot. We can't drop the feature flag at the moment. But let's drop the config option and instead disable id based routing if cernFeatures is set to true.
Remember to also remove the config option options.routing in the ocis config struct.
The text was updated successfully, but these errors were encountered:
Describe the bug
Nobody wants to set
options.routing.idBased
to false, because that would only lead to shooting yourself in the foot. We can't drop the feature flag at the moment. But let's drop the config option and instead disable id based routing ifcernFeatures
is set totrue
.Remember to also remove the config option
options.routing
in the ocis config struct.The text was updated successfully, but these errors were encountered: