Do you use tiered application template? If so, you need to run redis. You can check the Getting Started docs to see the pre-requirements based on your application template choice.
I used tired application, followed this document to run for the very first time on my machine. It worked fine on my machine. When I am running same application on my other machine, it shows that error
I set .Host, .HttpApi.Host, .IdentityServer as starter project and it start working.
I want to log each request and if face error, log proper error.
Hi,
You can inject the
IIdentityUserRepository
to get all users.
Got it, thanks.
Users that are in db.AbpUsers table can be accessable with all their properties? How to get all db.AbpUsers users using IRepository<CLASS> Get method?
How to completely change login page ui?