Kevin Yang created AIRFLOW-2624:
-----------------------------------
Summary: Airflow webserver broken out of the box
Key: AIRFLOW-2624
URL: https://issues.apache.org/jira/browse/AIRFLOW-2624
Project: Apache Airflow
Issue Type: Bug
Reporter: Kevin Yang
Assignee: Kevin Yang
`airflow webserver` and then click on any DAG, I get
```
File "/Users/kevin_yang/ext_repos/incubator-airflow/airflow/www/utils.py",
line 364, in view_func
return f(*args, **kwargs)
File "/Users/kevin_yang/ext_repos/incubator-airflow/airflow/www/utils.py",
line 251, in wrapper
user = current_user.user.username
AttributeError: 'NoneType' object has no attribute 'username'
```
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)