Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AmbiguousMatchException: The request matched multiple endpoints #499

Open
sarazababajani opened this issue Jan 19, 2023 · 0 comments
Open

Comments

@sarazababajani
Copy link

sarazababajani commented Jan 19, 2023

  • .NET SDK Version: .NET core 6.0.402

Steps to Reproduce:

  1. Create at least two controllers
  2. Create the same action method in both controllers (for example: Edit)
  3. Create Views for each controller
  4. Add a button to each view that calls this action method
  5. Run the application and click the button in any of these views.

I don't face the same issue in a normal asp.net core 6.0 application so the issue is related to Ardalis clean architecture template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant