ASP.NET MVC Discord Oauth2 code cannot return viewer is always HTTP 500 error
I have this ASP.NET MVC application using a Discord OAuth2 login to take username and ID. The problem is, no matter what I do, despite the URI PathString /signin-discord
correctly directed to a method that returns a .cshtml
view, it is instead always resulting in an “HTTP Error 500”.
.Net MVC Discord Oauth2 Code cannot return Viewer is always HTTP 500 Error
I have this MVC Application using a Discord OAuth2 Login to take username and ID. The problem is, no matter what I do, despite the URI PathString /signin-discord correctly directed to a method that returns a .cshtml view, it is instead always resulting in an “HTTP Error 500”.