xopabyteh
03/01/2025, 10:28 AMMessage: Method not found: 'System.Threading.Tasks.Task`1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable`1<!!0>, System.Threading.CancellationToken)'.
Parsed stack trace:
OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore`5+<PruneAsync>d__44.MoveNext
System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start
System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1.Start
OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore`5.PruneAsync
OpenIddict.Core.OpenIddictTokenManager`1.PruneAsync
OpenIddict.Core.OpenIddictTokenManager`1.OpenIddict.Abstractions.IOpenIddictTokenManager.PruneAsync
Umbraco.Cms.Infrastructure.BackgroundJobs.Jobs.OpenIddictCleanupJob+<RunJobAsync>d__11.MoveNext
https://cdn.discordapp.com/attachments/1345342008448909373/1345342009120002099/image.png?ex=67c432e2&is=67c2e162&hm=26da7b446ece33217cdada79c7ca69ffa95b58ae74218db5a19c5a0094a682bf&xopabyteh
03/01/2025, 10:37 AMUnable to prune OpenIddict tokens
System.MissingMethodException: Method not found: 'System.Threading.Tasks.Task`1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable`1<!!0>, System.Threading.CancellationToken)'.
at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore`5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore`5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
at OpenIddict.Core.OpenIddictTokenManager`1.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
at OpenIddict.Core.OpenIddictTokenManager`1.OpenIddict.Abstractions.IOpenIddictTokenManager.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
at Umbraco.Cms.Infrastructure.BackgroundJobs.Jobs.OpenIddictCleanupJob.RunJobAsync()
xopabyteh
03/01/2025, 1:02 PM