Activities of "maazq"

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 setup initial MVC project on ABP. Project is working fine on the very first machine I set up, but not working on other machines. When I click on Login button on Login page, request take very long and return this error.

I am using free version of ABP. I create a service class in .Application layer. When I call any of that service method, getting this error.

It took me hours to figure out the problem. Now facing this error

Question

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?

Showing 1 to 10 of 23 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11