dsuarez commented on issue #35027: URL: https://github.com/apache/superset/issues/35027#issuecomment-3430912423
I gave it a try in 6.0.0rc2. **Regarding current topic, all the links and features seems to work smoothly with former config**, except user info. It does not take into account SUPERSET_APP_ROOT: Settings > User info. Shall I report it in its own ticket? Moreover, I cannot see the img before Apache Superset text on the menu bar left side. It does not show any image. Is it ignoring SUPERSET_APP_ROOT and STATIC_ASSETS_PREFIX? If I write the url manually like: /apps/superset/static/assets/images/superset-logo-horiz.png, I can see the image. Shall I report it in its own ticket? I am running superset behind a nginx proxy that adds SSL and a subpath. I opened another ticket, but it is an unrelated issue (https://github.com/apache/superset/issues/35712) My relevant .env config: ``` ENABLE_PROXY_FIX=True SUPERSET_APP_ROOT="/apps/superset" STATIC_ASSETS_PREFIX="/apps/superset" APPLICATION_ROOT="/apps/superset" ``` -- 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]
