maltoze commented on issue #8160: In HTTPS Change of data source not working on 
Table and Dashboards
URL: 
https://github.com/apache/incubator-superset/issues/8160#issuecomment-557347786
 
 
   @syazwan0913 I'm using 0.29.
   
   I also change this in my code.
   ```python
   # superset/__init__.py
   if app.config.get("ENABLE_PROXY_FIX"):
       from werkzeug.middleware.proxy_fix import ProxyFix
   
       app.wsgi_app = ProxyFix(app.wsgi_app, 
**app.config.get("PROXY_FIX_CONFIG"))
   ```
   related  #8117 

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to