SyntaxFix
Write A Post
Hire A Developer
Questions
In my case, My application is developed in MVC and my home controller class was decorated with [Authorize] which was causing this issue. So I've removed it because my application don't require any authentication.
MVC
[Authorize]