I'm trying to create a webhook via AWS CodeBuild and this is the error I receive.
I've also tried creating the webhook via AWS CLI using the following command:
aws codebuild create-webhook --project-name myClassifiedProjectName
And I get the same error:
An error occurred (OAuthProviderException) when calling the CreateWebhook operation: Unable to create webhook at this time. Please try again later.
Any suggestions?
For other people coming here looking for a solution: For us, it was about the 20 webhook limit per a GitHub repo. We have a monorepo and currently have a trigger for each projects pipeline, which obviously doesn't work out anymore. Obviously a more helpful error message would've saved several hours of debugging...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With