-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at #59
Comments
Are you using this from browser? Maybe Bitbucket doesn't allow cross-origin requests anymore 🤷♂️ I just ran your code here: https://npm.runkit.com/bitbucket and it worked alright. |
It works from npm.runkit.com... I've created react app, tried from there, but got a cors error. With an axios request and their rest api it works fine =/ |
Can you show me a minimal project with this bug? I can use it without any problem here: https://codesandbox.io/s/bitbucket-with-cra-c5rk2 |
But your example doesn't work... I'm getting 500 error, probably the original error on codesandbox is hidden
|
Strange 🤔 I was working yesterday when I created that sandbox. Now it's not working anymore! |
Still getting a 500 error on codesandbox and cors in a react app 🤷♂️. I've created a react app by using 'npx create-react-app myapp', then 'yarn add bitbucket', then simply add
to App.js |
Is there a working example? I'm tying
but having a cors error.
"bitbucket": "^2.1.0",
The text was updated successfully, but these errors were encountered: