'Combine `MultiplexerTransform` and `ServersideOutput` transforms in `Dash` extensions

I had trouble getting the ServersideOutput transform from the dash_extensions (https://pypi.org/project/dash-extensions/) working although the MMW example from the documentation worked fine. Now, I think, the only difference between my app and the MWE is that I use the target output multiple times (by using the MultiplexerTransform). Do these two transforms work in conjunction or can this be the reason, why I don't get the ServersideOutput working?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source