DB_CONNECTION_MUTATOR ignored in 4.1.0 #30968
Replies: 1 comment 3 replies
-
Hi @michalc, I'm here to help you with any bugs, questions, or becoming a contributor. Let's squash those bugs together! The If the mutator works locally but not in your production environment, consider checking for differences in the configuration files or the environment variables between the two setups. Also, verify that there are no conditional logic or feature flags in version 4.1.0 that might disable or bypass the |
Beta Was this translation helpful? Give feedback.
-
Hi,
We've recently upgraded to 4.1.0 from 4.0.2, and hitting an odd problem: our DB_CONNECTION_MUTATOR seems to be being ignored. Putting in a print statement at its beginning and looking in logs, it never seems to get called.
I've tried to replicate the issue locally, in order to get a minimum reproducible example, and I can't - it always seems to work fine, even with (almost) identical config.
Any help or ideas about what could be preventing DB_CONNECTION_MUTATOR from getting called?
Beta Was this translation helpful? Give feedback.
All reactions