Closed Bug 1336273 Opened 7 years ago Closed 6 years ago

Login flow for /credentials/ redirects to a page that 404s

Categories

(Tree Management :: Treeherder, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: emorley, Unassigned)

References

Details

When logged out, visiting https://treeherder.mozilla.org/credentials/ redirects to a login page that does not exist.

eg:

$ curl -iL https://treeherder.mozilla.org/credentials/
HTTP/1.1 302 Found
Connection: keep-alive
Server: gunicorn/19.6.0
Date: Fri, 03 Feb 2017 00:48:56 GMT
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8
X-Xss-Protection: 1; mode=block
Location: /accounts/login/?next=/credentials/
X-Content-Type-Options: nosniff
Vary: Cookie
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Frame-Options: DENY
Via: 1.1 vegur

HTTP/1.1 404 Not Found
Connection: keep-alive
Server: gunicorn/19.6.0
Date: Fri, 03 Feb 2017 00:48:57 GMT
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
X-Xss-Protection: 1; mode=block
Via: 1.1 vegur

<html>
    <body>
        <h1>Page Not found</h1>
    </body>
</html>


The workaround is to log in via the main Treeherder UI first.

The fix for this will likely be related to that for bug 1315826.
Wontfix since we're removing the credentials management UI in bug 1433011.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.