I have a structure of projects created with nx and angular and they work without any problem.
I work with windows servers and use IIS, everything works correctly up to a certain point since I had to configure the iis as follows
Each route enters a module other than a default route (each route has the same structure) and everything works fine up to here, the problem occurs until I try to enter query params and I can't get the url to open the angular route to which I want to reach directly. I have already tried localhost and the redirection works perfectly, I just think it is a problem with the web config and the route mapping.
if I enter the path:
I get http://www.monorepoapp.com/information-technology/
I have already tried to create a rule before "IT Route" that specifically reads the url with parameters but they all show a not found error