ok, You can use 9.x to solve the problem.
But you can share the normal info
and debug
logs.
I will check if it contains any abnormal info.
Thanks.
hi
Please try to add lock for Task<PaymentRequestWithDetailsDto> CompleteAsync(string paymentGateway, Dictionary<string, string> parameters)
of PaymentRequestAppService
Override it and use _webhookSemaphore
await _webhookSemaphore.WaitAsync();
CompleteAsync
_webhookSemaphore.Release();
Thanks
hi
Please try to set autoSave
to ture
while updating the payment request.
await PaymentRequestRepository.UpdateAsync(paymentRequest, autoSave: true);
Then share the logs again.
Thanks.
hi
You have a webapp project, but you have two domains.
localhost
and localhost:44362
Can you explain this?
hi
You can set the log level in code.
hi
No need for EnableSensitiveDataLogging
You can share current logs.
Thanks.
hi
Can you share full logs.txt?
See https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems