sovitacharya commented on issue #23060: URL: https://github.com/apache/superset/issues/23060#issuecomment-1434102552
You are running your superset in port 8088 , which will only support http request calls , but you are calling for https , which inturn will redirect your request to something running in 443 port. There is two solution for this , either you can use any proxy like nginx or envoy to route your request to 8088 from 443 port , or you can change the config of the superset to listen at port 443 . The first step is always preferred in a production environment . -- 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-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org