boudey commented on issue #51235: URL: https://github.com/apache/airflow/issues/51235#issuecomment-2927415987
Hi @Pandelo0398 I think the issue is that `execution_api_server_url` is not configured correctly. If you overload it: 1. It must end with `execution` 2. It must not include `api/v2` So a good `execution_api_server_url` is `http://my-remote-server/my-base/execution` A bad one is `http://my-remote-server/my-base` or `http://my-remote-server/api/v2` -- 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]
