Open stefanseeger opened 8 years ago
I'm running into this as well - any way around this, or plan to update?
What version of extension and bitbucket do you have?
Hi!
I’ve got extension version 2.2.12, I think it’s bitbucket v5.3.1
Thanks- Jeri
From: Rastislav Švarba [mailto:notifications@github.com] Sent: Friday, May 11, 2018 12:31 AM To: dragouf/Stash-Reviewers-Chrome-Extension Stash-Reviewers-Chrome-Extension@noreply.github.com Cc: Jeri Miller Jeri.Miller@jeppesen.com; Comment comment@noreply.github.com Subject: Re: [dragouf/Stash-Reviewers-Chrome-Extension] Add review group does not work because of wrong server request (#26)
What version of extension and bitbucket do you have?
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_dragouf_Stash-2DReviewers-2DChrome-2DExtension_issues_26-23issuecomment-2D388273629&d=DwMFaQ&c=P3aKjizb3qsxp0SERaL2sw&r=UiIPCoc1OqsJ0GsLDPKTqtsZ7CkhM1p_B4MTWBYXWqQ&m=D6F3bW0D8fUnbxvwawxNTAmMA5htt0aa6yVqD_EYNKg&s=ct1dw15OWmp5oeUtqxa1G3G3EiWUc-sz75rAnLQQZ2k&e=, or mute the threadhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AjOWBSejhVJW52QFNqy-2DkGJKQvFxNWyGks5txTAJgaJpZM4JyhzY&d=DwMFaQ&c=P3aKjizb3qsxp0SERaL2sw&r=UiIPCoc1OqsJ0GsLDPKTqtsZ7CkhM1p_B4MTWBYXWqQ&m=D6F3bW0D8fUnbxvwawxNTAmMA5htt0aa6yVqD_EYNKg&s=Vk1L21LWhqCFu93rnute4-Ue6Mk9xOXnzHDvkr25a-Q&e=.
When selecting a group the json request is sent to a wrong location.
https://server.net/rest/api/latest/users?...
is sent Correct would be:https://server.net/git/rest/api/latest/users?...
As workaround, is there a way to customize the location?