I'm using Airbyte 1.7.2 deployed with `abctl` loca...
# ask-ai
g
I'm using Airbyte 1.7.2 deployed with
abctl
locally, and the connector builder doesn't seem to work at all. Whenever I make a change in the connector builder, and Airbyte tries to validate things, I get a
POST http://localhost:8000/api/v1/connector_builder/manifest/resolve 503 (Service Temporarily Unavailable)
error, followed by a bunch of
Retrying request to /api/v1/connector_builder/health due to temporarily unavailable server (HTTP 503). Retry 1/3
In the interface it just says "An unknown error has occurred". Any idea what can I troubleshoot?
Maybe
abctl
didn't install the connector builder service properly? 🤔
Copy code
$ docker exec -it airbyte-abctl-control-plane kubectl -n airbyte-abctl get pods
NAME                                                 READY   STATUS      RESTARTS   AGE
airbyte-abctl-airbyte-bootloader                     0/1     Completed   0          14m
airbyte-abctl-cron-97c75cddd-g4ql8                   1/1     Running     0          13m
airbyte-abctl-server-74445dd555-cqnsk                1/1     Running     0          13m
airbyte-abctl-temporal-546f69858b-dvxcx              1/1     Running     0          13m
airbyte-abctl-webapp-57c69d665-9vck2                 1/1     Running     0          13m
airbyte-abctl-worker-55fbf6fc8b-s4d9j                1/1     Running     0          13m
airbyte-abctl-workload-api-server-668f47477b-v24kx   1/1     Running     0          13m
airbyte-abctl-workload-launcher-69ffdcf58c-s98p2     1/1     Running     0          13m
airbyte-db-0                                         1/1     Running     0          14m
airbyte-minio-0                                      1/1     Running     0          14m