You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/07/19 07:15:19 UTC

[GitHub] [superset] dequn commented on issue #6824: There was an issue fetching the favorite status of this dashboard

dequn commented on issue #6824:
URL: https://github.com/apache/superset/issues/6824#issuecomment-882303415


   set ENV `FORWARDED_ALLOW_IPS=*`  when starting gunicorn will solve it.
   This issue is caused by lacking of trailing slash of `favorite_status` endpoint, and flask will append "/" and respond a redirection. But if flask can not detect it's under `https` scheme, you will get a `http` scheme location, then caused the error.
   
   


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