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/08/03 18:36:46 UTC

[GitHub] [superset] connorwang commented on issue #14730: There was an error fetching the favorite status: NetworkError when attempting to fetch resource.

connorwang commented on issue #14730:
URL: https://github.com/apache/superset/issues/14730#issuecomment-892073576


   > 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.
   
   We're having the similar issue here https://github.com/apache/superset/issues/16050. May I ask where did you add the ENV varaible exactly?
   
   Thanks


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