love1angel commented on issue #58708:
URL: https://github.com/apache/airflow/issues/58708#issuecomment-3580791735

   i already find the root cause. because my localhost 8080 already used.
   
   so i changed the port to 8081 use variable
   ```
   export AIRFLOW__WEBSERVER__WEB_SERVER_PORT=8081
   ```
   
   and airflow still trying to use 8080
   
   ```
   scheduler  | httpx.HTTPStatusError: Client error '403 Forbidden' for url 
'[http://localhost:8080/execution/task-instances/019abf97-326c-775f-9a7b-0218bb1df549/run'](http://localhost:8080/execution/task-instances/019abf97-326c-775f-9a7b-0218bb1df549/run%27)
   scheduler  | For more information check: 
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403
   scheduler  | Correlation-id=019abfd1-355a-77de-9b58-38855eb8cd38
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to