You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -91,17 +92,15 @@ public static async Task<IActionResult> HandleOAuthRedirection(Uri response)
91
92
catch(HttpRequestExceptionex)
92
93
{
93
94
Debug.WriteLine($"Request failed: {ex.Message}");
94
-
returnnewContentResult(){StatusCode=500,ContentType="text/plain",Content=$"There was a problem authenticating with Notion. Please try again later. {ex.Message}"};
returnnewContentResult(){StatusCode=500,ContentType="text/plain",Content=$"There was a problem authenticating with Notion. Please try again later. {ex.Message}"};
99
+
returnnewContentResult(){StatusCode=500,ContentType="text/plain",Content=$"There was a problem authenticating with Notion. Please try again later. \n\n{x}\n\n{ex.Message}"};
returnnewContentResult(){StatusCode=500,ContentType="text/plain",Content=$"There was a problem authenticating with Notion. Please try again later. {ex.Message}"};
105
104
}
106
105
107
106
returnnewContentResult(){StatusCode=500,ContentType="text/plain",Content=$"There was a problem authenticating with Notion. Please try again later."};
0 commit comments