Error: Failed to connect to DB upon signin to https://auth-server.herokuapp.com/
The signin button which makes a GET call to https://auth-server.herokuapp.com/auth/login?client_id=9fa6205934cd495b4a3a50795cf77990&response_type=token&redirect_uri=https%3A%2F%2Fauth-server.herokuapp.com%2Fredirect.html&state=%7B%22client_id%22%3A%229fa6205934cd495b4a3a50795cf77990%22%2C%22network%22%3A%22authserver%22%2C%22display%22%3A%22popup%22%2C%22callback%22%3A%22_hellojs_751hxn7m%22%2C%22state%22%3A%22%22%2C%22redirect_uri%22%3A%22https%3A%2F%2Fauth-server.herokuapp.com%2Fredirect.html%22%2C%22scope%22%3A%22basic%22%7D&scope=&force=true is returning a 200 OK status, but is returning the following response body:
<!DOCTYPE html>
<html>
<head>
<title>Authentication Error</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="icon" href="//adodson.com/favicon.ico">
<link rel="stylesheet" href="//adodson.com/adorn/adorn.css">
</head>
<body>
<h1>Error</h1>
<p>Failed to connect to DB</p>
</body>
</html>

What is going on with this auth-server :0 ?????
@blairg23 @velopert Restarted all dynos and it's back