0
fernando.guilherme created
- ABP Framework version: v7.2.3
- UI Type: Angular
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- **Exception message and full stack traceMicrosoft.AspNetCore.Routing.Matching.AmbiguousMatchException:
- Steps to reproduce the issue:
Hi,
In the backend I created a controller with a view called UIController.
When I run the backend, the HomeController is called and in the action index of that controller I redirect it to the UIController.
This UIController checks whether the user is logged in or not, if he is not, I redirect him to the backend Login screen.
In this process above, when I open the logs, it is recording the following error:
How do I resolve this error? Can you help me?
1 Answer(s)
-
0
Hi,
Could you share the full steps to reproduce the problem? I will check it. thanks