-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Trying to sign in with Discord takes me to https://gex.honu.pw/auth/callback?code=IFp22BgH...... with the following error:
{
"type": "/auth/callback",
"title": "internal server error: An error was encountered while handling the remote login.",
"status": 500,
"detail": "Microsoft.AspNetCore.Authentication.AuthenticationFailureException: An error was encountered while handling the remote login.\n ---\u003E Microsoft.AspNetCore.Authentication.AuthenticationFailureException: Correlation failed.\n --- End of inner exception stack trace ---\n at Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler1.HandleRequestAsync()\n at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)\n at Microsoft.AspNetCore.ResponseCaching.ResponseCachingMiddleware.Invoke(HttpContext httpContext)\n at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)\n at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)\n at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute)\n at gex.Code.ExceptionHandlerMiddleware.Invoke(HttpContext context, ILogger1 logger) in /home/gex/gex/gex/Code/ExceptionHandlerMiddleware.cs:line 32",
"instance": "error:dc4152eb-cdcf-40b8-9539-9bf73c448769",
"extensions": {}
}