You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/08 09:59:37 UTC

[GitHub] [airflow] hsnprsd opened a new pull request, #24916: Network Error on /failed view

hsnprsd opened a new pull request, #24916:
URL: https://github.com/apache/airflow/pull/24916

   In grid view, when trying to `mark as failed` any task instance, network error will be returned. It is because `origin` property is not set properly in the calling form and when `/failed` endpoint tries to redirect user back to `origin` it returns response with `http` scheme and it causes [mixed-content](https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content) error in browsers.


-- 
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: commits-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] hsnprsd closed pull request #24916: Network Error on /failed view

Posted by GitBox <gi...@apache.org>.
hsnprsd closed pull request #24916: Network Error on /failed view
URL: https://github.com/apache/airflow/pull/24916


-- 
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: commits-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] bbovenzi commented on pull request #24916: Network Error on /failed view

Posted by GitBox <gi...@apache.org>.
bbovenzi commented on PR #24916:
URL: https://github.com/apache/airflow/pull/24916#issuecomment-1179566872

   @hsnprsd How do I replicate this issue to confirm this fix?


-- 
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: commits-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] hsnprsd commented on pull request #24916: Network Error on /failed view

Posted by GitBox <gi...@apache.org>.
hsnprsd commented on PR #24916:
URL: https://github.com/apache/airflow/pull/24916#issuecomment-1184342493

   I was actually wrong, i needed to set proxy_fix config in airflow.


-- 
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: commits-unsubscribe@airflow.apache.org

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