ceylon-web-ide-backend
ceylon-web-ide-backend copied to clipboard
clicking "connect" results in an error, blank page
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
You can go to http://try.ceylon-lang.org to make it work. It happens when you go to https://try.ceylon-lang.org
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?
As a side note, if you "Connect" while using http, you stay connected after switching to https.