tirkarthi commented on issue #63456:
URL: https://github.com/apache/airflow/issues/63456#issuecomment-4050095671
Can you please run the below where the api server runs to see value is
printed as expected. You can also try calling `build_airflow_dagrun_url` in the
api server to see if base url is considered.
```python
from airflow.configuration import conf
print(conf.get("api", "base_url", fallback="/"))
```
--
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]