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/10/13 18:27:11 UTC

[GitHub] [airflow] micaelarg opened a new issue, #27042: UI runs never ends loading after fresh install

micaelarg opened a new issue, #27042:
URL: https://github.com/apache/airflow/issues/27042

   ### Apache Airflow version
   
   2.4.1
   
   ### What happened
   
   We did a fresh reinstall of airflow on ubuntu 22.04. It all went smoothly until we went on the web UI. The little grey dots in "Runs", "Last Run" and "Recent Tasks" keep loading (i.e. going from dark to light grey) for ever. We tried different versions of airflow and had the same issue. Any hints on how to fix that? 
   
   ### What you think should happen instead
   
   It should load almost inmediatly, thus should be able to see green/red dots once I open the web browser.
   
   ### How to reproduce
   
   fresh install ubuntu 22.04 and airflow 2.4.1
   
   ### Operating System
   
   Ubuntu 22.04.1 LTS
   
   ### Versions of Apache Airflow Providers
   
   apache-airflow-providers-common-sql==1.2.0
   apache-airflow-providers-ftp==3.1.0
   apache-airflow-providers-http==4.0.0
   apache-airflow-providers-imap==3.0.0
   apache-airflow-providers-postgres==5.2.2
   apache-airflow-providers-sqlite==3.2.1
   
   
   ### Deployment
   
   Other
   
   ### Deployment details
   
   pip install and running straight from the server
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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.apache.org

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


[GitHub] [airflow] micaelarg commented on issue #27042: UI runs never ends loading after fresh install

Posted by GitBox <gi...@apache.org>.
micaelarg commented on issue #27042:
URL: https://github.com/apache/airflow/issues/27042#issuecomment-1279840660

   @pierrejeambrun @o-nikolas -- just tried a fresh install and it is still not working. Anything I can do to help solving the issue? Any hint to something that would allow me to have the airflow up and running?


-- 
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] github-actions[bot] closed issue #27042: UI runs never ends loading after fresh install

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #27042: UI runs never ends loading after fresh install
URL: https://github.com/apache/airflow/issues/27042


-- 
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 issue #27042: UI runs never ends loading after fresh install

Posted by GitBox <gi...@apache.org>.
bbovenzi commented on issue #27042:
URL: https://github.com/apache/airflow/issues/27042#issuecomment-1284016241

   > I noticed this broken in main for me too (when testing with my breeze env). The browser console showed that there were issues with the `dags.js` file so I looked at the last commit which touched those and it turned out to be #26878 After reverting that commit on my local machine the UI is back alive again.
   
   What were the console logs you were seeing?


-- 
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] boring-cyborg[bot] commented on issue #27042: UI runs never ends loading after fresh install

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #27042:
URL: https://github.com/apache/airflow/issues/27042#issuecomment-1278016126

   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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] github-actions[bot] commented on issue #27042: UI runs never ends loading after fresh install

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #27042:
URL: https://github.com/apache/airflow/issues/27042#issuecomment-1364598996

   This issue has been closed because it has not received response from the issue author.


-- 
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] github-actions[bot] commented on issue #27042: UI runs never ends loading after fresh install

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #27042:
URL: https://github.com/apache/airflow/issues/27042#issuecomment-1356511270

   This issue has been automatically marked as stale because it has been open for 30 days with no response from the author. It will be closed in next 7 days if no further activity occurs from the issue author.


-- 
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] pierrejeambrun commented on issue #27042: UI runs never ends loading after fresh install

Posted by GitBox <gi...@apache.org>.
pierrejeambrun commented on issue #27042:
URL: https://github.com/apache/airflow/issues/27042#issuecomment-1319098888

   @micaelarg
   
   I wasn't able to reproduce this, on a fresh virtualenv installing airflow 2.4.3 and running it in standalone works fine.
   Do you have any more details on how to reproduce this ? How did you install airflow, what metadata database are you using ?


-- 
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] o-nikolas commented on issue #27042: UI runs never ends loading after fresh install

Posted by GitBox <gi...@apache.org>.
o-nikolas commented on issue #27042:
URL: https://github.com/apache/airflow/issues/27042#issuecomment-1279597777

   I noticed this broken in main for me too (when testing with my breeze env). The browser console showed that there were issues with the `dags.js` file so I looked at the last commit which touched those and it turned out to be #26878
   After reverting that commit on my local machine the UI is back alive again.
   
   CCing @blag @bbovenzi and @jedcunningham 


-- 
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] o-nikolas commented on issue #27042: UI runs never ends loading after fresh install

Posted by GitBox <gi...@apache.org>.
o-nikolas commented on issue #27042:
URL: https://github.com/apache/airflow/issues/27042#issuecomment-1279598386

   I'd like to submit a PR which reverts those changes, but I'll try wrangle one of the above who were involved in that change to weigh in.


-- 
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] micaelarg commented on issue #27042: UI runs never ends loading after fresh install

Posted by GitBox <gi...@apache.org>.
micaelarg commented on issue #27042:
URL: https://github.com/apache/airflow/issues/27042#issuecomment-1279603522

   Awesome! When will the solution be updated on the pip last version?


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