I am creating a webhook with AWS CodeBuild.
This is the error I get.
I also tried it 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 help will be appreciated?