A Concurrency update occurred in table 'umbracoCommerceOrder'
I am facing an issue with Umbraco Commerce -
System.Data.DBConcurrencyException: A Concurrency update occurred in table 'umbracoCommerceOrder' for primary key value(s) = '0b3e0ec7-d13a-4a67-8530-018c101374ec' and version = '107'
at Umbraco.Commerce.Infrastructure.Resiliency.PollyExecutionStrategyBase.Execute[TResult](System.Func1 operation, System.Func1 verifySucceeded) at offset 91
at Umbraco.Commerce.Core.UmbracoCommerceUnitOfWorkProvider.Execute(Umbraco.Commerce.Common.IUnitOfWorkOptions options, System.Action`1 action) at offset 45
at Rex.Repository.Services.CartService.CartServices.RefreshCart() at offset 849 in E:\yuvraj\RexLondon\RLT2023\Rex\Rex.Repository\Services\CartService\CartServices.cs:line 451:col 29
Currently, I am using Umbraco version 12.2.0.
Any idea about this issue or solution? It's great for me if you will any solution.
A Concurrency update occurred in table 'umbracoCommerceOrder'
I am facing an issue with Umbraco Commerce -
System.Data.DBConcurrencyException: A Concurrency update occurred in table 'umbracoCommerceOrder' for primary key value(s) = '0b3e0ec7-d13a-4a67-8530-018c101374ec' and version = '107' at Umbraco.Commerce.Infrastructure.Resiliency.PollyExecutionStrategyBase.Execute[TResult](System.Func
1 operation, System.Func
1 verifySucceeded) at offset 91 at Umbraco.Commerce.Core.UmbracoCommerceUnitOfWorkProvider.Execute(Umbraco.Commerce.Common.IUnitOfWorkOptions options, System.Action`1 action) at offset 45 at Rex.Repository.Services.CartService.CartServices.RefreshCart() at offset 849 in E:\yuvraj\RexLondon\RLT2023\Rex\Rex.Repository\Services\CartService\CartServices.cs:line 451:col 29Currently, I am using Umbraco version 12.2.0.
Any idea about this issue or solution? It's great for me if you will any solution.
Thanks
I faced with the silimal issue: System.Data.DBConcurrencyException: A Concurrency update occurred in table 'umbracoCommerceOrder' for primary key value(s) = '3d4cc758-c7e4-43b7-a06a-3004496f022e' and version = '1' at Umbraco.Commerce.Infrastructure.Resiliency.PollyExecutionStrategyBase.ExecuteAsync[TResult](Func
2 operation, Func
2 verifySucceeded, CancellationToken cancellationToken) at Umbraco.Commerce.Core.UmbracoCommerceUnitOfWorkProvider.ExecuteAsync[T](IUnitOfWorkOptions options, Func3 action, CancellationToken cancellationToken) at Umbraco.Commerce.Extensions.HtmlHelperExtensions.RenderPaymentFormAsync(IHtmlHelper htmlHelper, OrderReadOnly order, IDictionary
2 htmlAttributes, IOrderService orderService, IPaymentMethodService paymentMethodService, IPaymentProviderService paymentProviderService, PaymentProviderContextFactory paymentProviderContextFactory, IOrderNumberGenerator orderNumberGenerator, IUnitOfWorkProvider uowProvider, IMembershipHelper membershipHelper, CancellationToken cancellationToken) ...I use Umbraco 10.8.2 and Umbraco.Commerce 10.0.13
Did any one find any fixes for this? We are seeing it as well when trying to remove a product from a cart.
is working on a reply...