zachliu commented on PR #49747: URL: https://github.com/apache/airflow/pull/49747#issuecomment-2877125602
@potiuk Thank you for the encouragement, Professor—I was just venting. I’ll probably never stop being the first to eat the crab :joy: As for the matter at hand, the issue seems to stem from a subtle difference between `localhost` and `<hostname>`. When specifying the execution API URL, it likes the `<hostname>`—such as the service name `apiserver` or `webserver`—like so: `http://webserver:<port>/execution`. Should be fine in a production environment but not for local runs when my `base_url = http://localhost:<port>/` -- 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