GitHub user punx120 added a comment to the discussion: Logging out from Web UI still raises Airflow 405 error
Ok i found the issue - it's because I have a custom `AuthOAuthView` that override `logout` method. Adding `methods=["POST"]` fixes the issue (basically same as #43592) - do we even need a _custom_ OAuthView? GitHub link: https://github.com/apache/airflow/discussions/45360#discussioncomment-11719062 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
