-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Login to Bitbucket stop to work #144
Comments
same issue |
umm, maybe bitbucket's API has some changes,will take some time to look at this |
Also Same issue |
did some investigation, the bitbucket API I'm not sure what we can do for that since we can not bypass CORS in chrome |
I used an extension: https://chrome.google.com/webstore/detail/cors-unblock/lfhmikememgdcahcdlaciloancbhjino in chrome to login to SCM and now I am able to login SCM but still there is an issue : "[github assistant] TypeError: Cannot read property 'forEach' of undefined" |
@ashraftalib this may related to the Apps Script API not enabled |
@leonhartX |
@leonhartX So it's error on bitbucket server side. Can you try to submit an issue to bitbucket? Your addon is very popular and has no alternative, so i guess they would put more attention to the issue. |
No, it is not related to API. Event though API is enabled to me, I always get the same error: "TypeError: Cannot read property 'forEach' of undefined" |
I am also facing this issue. Is someone from the team working on this? |
Hey guys, does the issue still exist? |
Hi All, The SCM login for Bitbucket is still not working. Do we have any updates on this issue? |
Still same issue for me, cannot login BitBucket |
the problem persists with CORS issue preventing bitbucket login :-) |
Please fix, currently it throws "Can not login, please check your username and password."
In Chrome logs:
Access to XMLHttpRequest at 'https://bitbucket.org/site/oauth2/access_token' from origin 'chrome-extension://lfjcgcmkmjjlieihflfhjopckgpelof' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
The text was updated successfully, but these errors were encountered: