josecanciani commented on issue #35027: URL: https://github.com/apache/superset/issues/35027#issuecomment-3330759961
> [@josecanciani](https://github.com/josecanciani) so this is a problem we are also seeing in 5.0.0? I'm new to Superset, I've been working with it for a couple of months, so I'm not very experienced. We are trying to integrate it using JWT guest tokens and embedded support. To make it work, we also need to setup a reverse proxy in our NGINX, so I need it working on a specific path. I've tried different combinations of these settings without luck on 5.0.0: ``` # Reverse proxy from iats settings # PREFERRED_URL_SCHEME = 'http' # ENABLE_PROXY_FIX = True # APPLICATION_ROOT = '/superset' # SUPERSET_WEBSERVER_BASEURL = 'http://macbookpro.taild12345.ts.net' # SUPERSET_APP_ROOT = '/superset' # STATIC_ASSETS_PREFIX = '/superset/static' # SUB_URL = '/superset' ``` It still redirects or loads some javascript from other places. In master branch, the same thing. BTW I couldn't make JWT tokens to work either... but that's a different problem. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
