You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "radaniba (via GitHub)" <gi...@apache.org> on 2023/04/19 14:37:21 UTC

[GitHub] [superset] radaniba opened a new issue, #23740: Deployment behind nginx proxy manager

radaniba opened a new issue, #23740:
URL: https://github.com/apache/superset/issues/23740

   Hi team,
   I am trying to deploy superset using docker but also using nginx proxy manager to add SSL and a domain name that points to my IP and port in production.
   
   My Setup looks like this image attached here.
   
   ![image](https://user-images.githubusercontent.com/1666443/233109337-8abb92af-f839-46f5-a801-1372d383c690.png)
   
   It is working fine to some extent, but I noticed that the redirection after nginx proxy manager always adds the PORT number to the domain name, which is not supposed to happen, thus breaking the link and the access.
   
   Instead of ending up with [domain.com/superset/welcome](http://domain.com/superset/welcome) or [domain.com/login](http://domain.com/login)
   
   I always have domain.com:8088/superset/welcome or domain.com:8088/login
   
   This is breaking the access obviously to the app
   
   I know that nginx proxy manager is doing its job here as I have the same procedure working with many services, the problem is in the routing Is it something I can fix in superset ? if yes how ?
   
   I tried to change WEBDRIVER_BASEURL but still not working properly
   
   Thanks
   
   Rad


-- 
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: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] radaniba closed issue #23740: Deployment behind nginx proxy manager

Posted by "radaniba (via GitHub)" <gi...@apache.org>.
radaniba closed issue #23740: Deployment behind nginx proxy manager
URL: https://github.com/apache/superset/issues/23740


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] radaniba commented on issue #23740: Deployment behind nginx proxy manager

Posted by "radaniba (via GitHub)" <gi...@apache.org>.
radaniba commented on issue #23740:
URL: https://github.com/apache/superset/issues/23740#issuecomment-1515602482

   Issue resolved in NPM sorry 


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org