-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot get this to work on create-react-app #52
Comments
I recently discovered a bug in Backstroke, and this issue looks to be caused by it. Basically, if a source repository is not able to be written to by the user creating the Backstroke link, creating the link fails with that error that you've specified. I've had the fix in a pull request while validating it, but I'm pretty sure it works at this point. Here's an example link I've created: Can you confirm this fixes the issue? I read the linked issue on create-react-app, and posted a comment on there as well. I'm going to try and clean up the documentation tonight and make it more clear how to set up and use Backstroke on a repository. |
Hi @1egoman it looks to be ok now :) {
"status": "ok",
"output": {
"status": "ok",
"pullRequest": {
"msg": "There's already a pull request for this repo, no need to create another."
},
"isEnabled": true,
"many": false,
"forkCount": 1
}
} Thanks for the fast bug fix :) |
I think this has been fixed, so I'm going to close this issue. If I missed something, let me know and I'll reopen. |
seems fixed to me :) |
Thank you so much for the fix. |
Has anyone successfully gotten this to work with a fork of https://github.com/facebookincubator/create-react-app ?
I cannot get it to work in either the standard or classic setup.
In standard mode, I get the following error when trying to save a link:
No permission to add a webhook to the repository facebookincubator/create-react-app. Make sure thtliife has given Backstroke permission to access this organisation or repo via OAuth.
In classic mode, I get the following response...
Any ideas what I am doing wrong?
The create-react-app is not a private repo, as per facebook/create-react-app#1545 (comment)
The text was updated successfully, but these errors were encountered: