Cannot checkout from Bitbucket using Strider
I am launching Strider quite successfully using pm2. I have the strider-bibucket plugin installed which appears to be functioning inasmuch as the repos are appearing from my Bitbucket account.
However, when trying to checkout, or pull, the repository using the Add button and specifying the project type, I receive a red toastie error box like this:
Error creating project for repo company/product: {"results":[],"status":"error","errors":[{"code":500,"reason":"Failed to setup repo: undefined"}]}
Anyone have any idea what this pertains to and how to solve it?
After DEBUG=strinder*,
I am getting 'Setting up repository "myTeamName/myRepoName" failed! undefined undefined' at server end. And
Error creating project for repo myTeamName/myRepoName: {"results":[],"status":"error","errors":[{"code":500,"reason":"Failed to setup repo: undefined"}]}
at client side.
Sounds like your bitbucket about doesn't have admin access on that repo. It's required to add webhooks.