Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. Microsoft.AspNetCore.Routing.Matching.AmbiguousMatchException: The request matched multiple endpoints. Matches:
  2.  
  3. WebAPI_1.Controllers.AuthController.Register (WebAPI_1)
  4. WebAPI_1.Controllers.AuthController.Register (WebAPI_1)
  5. at Microsoft.AspNetCore.Routing.Matching.DefaultEndpointSelector.ReportAmbiguity(CandidateState[] candidateState)
  6. at Microsoft.AspNetCore.Routing.Matching.DefaultEndpointSelector.ProcessFinalCandidates(HttpContext httpContext, CandidateState[] candidateState)
  7. at Microsoft.AspNetCore.Routing.Matching.DefaultEndpointSelector.Select(HttpContext httpContext, CandidateState[] candidateState)
  8. at Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync(HttpContext httpContext)
  9. at Microsoft.AspNetCore.Routing.Matching.DataSourceDependentMatcher.MatchAsync(HttpContext httpContext)
  10. at Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.Invoke(HttpContext httpContext)
  11. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
  12.  
  13. HEADERS
  14. =======
  15. Cache-Control: no-cache
  16. Connection: keep-alive
  17. Content-Type: application/json
  18. Accept: */*
  19. Accept-Encoding: gzip, deflate, br
  20. Host: localhost:5000
  21. User-Agent: PostmanRuntime/7.22.0
  22. Content-Length: 50
  23. Postman-Token: 68ec6f20-ca8a-4b98-9bf4-653a24fcae31
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement