diff --git a/app/http/endpoints/root/callback.go b/app/http/endpoints/root/callback.go index 986f494..98c5a13 100644 --- a/app/http/endpoints/root/callback.go +++ b/app/http/endpoints/root/callback.go @@ -81,6 +81,7 @@ func CallbackHandler(ctx *gin.Context) { var guilds []guild.Guild err, _ = userEndpoint.CurrentUserGuilds.Request(store, nil, nil, &guilds) if err != nil { + log.Error(err.Error()) handleRedirect(ctx) return }