Activities of "maliming"

hi

Sorry, there is no access token in the no-tiered Blazor web app

Because it uses the Cookie authentication.

Cookie is represented a user.

hi

The requests to API are successful.

I can see the authentication cookies are sent to API

Thanks, you can share it via https://wetransfer.com/

I will send you the new log file by e-mail in about 30 minutes...

OK, I will check the logs.

Can you reproduce the Problem in the new template?

If so, Please share the template with liming.ma@volosoft.com

I will download and test it.

Thanks.

Great

Three places.

Please change your code as below, then share the logs again.

Thanks

hi

Please search where PaymentRequestRepository.UpdateAsync(paymentRequest) is called. Concurrency exception occurs here.

Please use try catch and set autoSave: true. You will get the exception stack.

try
{
    var paymentRequest = await PaymentRequestRepository.GetAsync(paymentRequestId);
    
    // update paymentRequest
    
    await PaymentRequestRepository.UpdateAsync(paymentRequest, autoSave: true);
}
catch(e)
{
    Logger.LogError("PaymentRequestRepository.UpdateAsync", e);
}

Thanks.

hi

You can test your code in a new template project and share the template source code.

Thanks.

hi

Can you share the test project so I can reproduce the problem locally?

liming.ma@volosoft.com

Thanks

Showing 1701 to 1710 of 10665 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20