boudey

Results 2 comments of boudey

I am facing the same issue as described above. The uvicorn logs show the following error: `"PATCH /{base_url}/task-instances/01972a55-7d65-7d38-90c4-e29aaf940fae/run HTTP/1.1" 405 Method Not Allowed` Here is the stack dump of the...

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...