sudiptob2 commented on PR #37638:
URL: https://github.com/apache/airflow/pull/37638#issuecomment-1996009442

   Apart form `ValueError: The name '/auth/fab/v1' is already registered for a 
different blueprint. Use 'name=' to provide a unique name.` we also get the 
following error which does not occur locally.
   
   `E RuntimeError: Directory '/opt/airflow/airflow/www/static/dist/swagger-ui' 
does not exist
   `
   <img width="865" alt="image" 
src="https://github.com/apache/airflow/assets/32765701/c9e6004b-ea0d-4068-81f9-94bb06adf8a8";>
   
   I think this is because Swagger UI is not installed inside the test 
environment. We can run ` yarn --cwd airflow/www/ run build` to install swagger 
UI dist in the runner environment but I am not sure where exactly we need to do 
that in GitHub workflow.
   


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to