Morten Paulsen
Results
1
issues of
Morten Paulsen
When initializing the `DashProxy` with a `ServersideOutputTransform` and setting `server=False` the indexing in the `init` method for `ServersideOutputTransform` errors as it cannot find the `secret_key` key in `dt.server`. MWE: ```python...