Activities of "maliming"

hi ]Can you share the error stack?

using (var uow = _unitOfWorkManager.Begin(true))

This is recommend way, because you can't assume there is uow.

var query = await _repository.GetQueryableAsync();

The method will start a new uow and then the dbcontext will be disposed.

Answer

Not sure. You can try with a new project create via CLI 4.3.

Answer

hi

I back the Question Credits to you, you can open a new quesion.

Answer

Problem has beed resolved.

Answer

hi yorytang

Your steps are incomplete, I can't reproduce the problem.

Answer

hi yorytang

Can you share a demo project? liming.ma@volosoft.com You can create via cli.

Answer

hi

Send me an email when you're available, I can remote check it again.

Answer

hi

https://github.com/alkaabi82/Acme.Bookstore/issues/1#issuecomment-837920654

hi

The access_token also contains user claims. The id_token only available when you're using openid login.

You can use third library to decode that.

constructor(
    private oauthService: OAuthService
  ) {
    console.debug('access-token', this.oauthService.getAccessToken());
  }

https://www.npmjs.com/package/jwt-claims https://www.npmjs.com/package/jwt-simple

hi

Can you share a simple demo project to reproduce this problem? liming.ma@volosoft.com

Showing 10451 to 10460 of 11103 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 07, 2025, 08:20