felipekbca commented on issue #14532:
URL: https://github.com/apache/superset/issues/14532#issuecomment-837028947
Try disable Flag CLIENT_CACHE in your superset_config.py.
```
DEFAULT_FEATURE_FLAGS = {
"CLIENT_CACHE": False
}
```
or
```
FEATURE_FLAGS = {
"CLIENT_CACHE": False,
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]