API v1.1 Project Follow is broken

The v1.1 API follow project endpoint is broken.

$ time curl -X POST -vv https://circleci.com/api/v1.1/project/github/goodwaygroup/super-test-repo/follow?circle-token=REDACTED
*   Trying 52.44.199.245...
* TCP_NODELAY set
* Connected to circleci.com (52.44.199.245) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate: *.circleci.com
* Server certificate: Amazon
* Server certificate: Amazon Root CA 1
* Server certificate: Starfield Services Root Certificate Authority - G2
> POST /api/v1.1/project/github/goodwaygroup/super-test-repo/follow?circle-token=REDACTED HTTP/1.1
> Host: circleci.com
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 504 GATEWAY_TIMEOUT
< Content-Length: 0
< Connection: keep-alive
<
* Connection #0 to host circleci.com left intact

real	0m59.283s
user	0m0.016s
sys	0m0.014s

I don’t understand how this issue isn’t more important. With this feature not working you have rendered your product unusable for any new potential customers.

1 Like