Open jdm opened 5 years ago
From https://github.com/servo/homu/blob/2ea53e76ebac3e5fa11bc39054b3cd4c42eff607/homu/html/queue.html#L123-L129 I think there must be a oauth client secret somewhere which contains the old base url, but I'm not sure where.
I assume we're using the default based on https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/#redirect-urls.
It leads to a URL that starts with https://build.servo.org:54856/callback and this times out. If I manually edit the URL to point to https://build.servo.org/homu/callback then it succeeds. It's not clear from the code where this base URL comes from.