Payloads stop delivering after transferring ownership

After I moved my repository from a private repository on my personal account to a public repository in an organization, the payloads no longer deliver.

This topic says everything should “just work,” but that doesn’t seem to be the case.

The server response is a 400 error with the contents

Connection: keep-alive
Content-Length: 0
Date: Wed, 10 Aug 2016 01:36:54 GMT
Server: nginx
Set-Cookie: XXXXXX
X-Circleci-Identity: XXXXXX
X-Circleci-Request-Id: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
X-Frame-Options: DENY
X-Route: /hooks/github

How can I fix this?

Thanks in advance,
Luke

You should be able to tell the project to stop building in CircleCi, manually delete the webhook and checkout key, and then tell it to start building again.

Please let us know if that doesn’t fix your issue.