ceylon-web-ide-backend icon indicating copy to clipboard operation
ceylon-web-ide-backend copied to clipboard

clicking "connect" results in an error, blank page

Open jvasileff opened this issue 9 years ago • 3 comments

When I click on "connect", a blank browser tab opens with a url that includes a github api error:

http://try.ceylon-lang.org/githubauth?error=redirect_uri_mismatch&error_description=The+redirect_uri+MUST+match+the+registered+callback+URL+for+this+application.&error_uri=https%3A%2F%2Fdeveloper.github.com%2Fv3%2Foauth%2F%23redirect-uri-mismatch&state=xyz

jvasileff avatar Feb 12 '16 02:02 jvasileff

You can go to http://try.ceylon-lang.org to make it work. It happens when you go to https://try.ceylon-lang.org

quintesse avatar Feb 12 '16 09:02 quintesse

Ok, well, @lucaswerkmeister likes to post https urls, which throws me off. Any reason not to just s/http/https in the integration (assuming that would work) and redirect http -> https?

jvasileff avatar Mar 19 '16 16:03 jvasileff

As a side note, if you "Connect" while using http, you stay connected after switching to https.

xkr47 avatar Mar 23 '17 13:03 xkr47