Can’t login after adding configure application cookies
I’m developing Asp.Net Core 3.1 MVC web application with Identity. My login page works fine but after adding the services.ConfigureApplicationCookie it not worked as expected and it keeps redirecting me to my local index. I can’t figure out what really happen. If I comment this block, everything works as expected.