注册用户抛出AntiforgeryValidationException后在Docker中运行Asp.Net核心

注册用户抛出AntiforgeryValidationException后在Docker中运行Asp.Net核心,docker,asp.net-core,identity,antiforgerytoken,Docker,Asp.net Core,Identity,Antiforgerytoken,我正在网络中使用优秀的Docker容器。 注册用户后,数据在SQL Server中,但无法使用此用户登录,并且 例外是 Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery[7] An exception was thrown while deserializing the token. Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException: The ant

我正在网络中使用优秀的Docker容器。 注册用户后,数据在SQL Server中,但无法使用此用户登录,并且 例外是

Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery[7]
An exception was thrown while deserializing the token.
      
Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException: 
The antiforgery token could not be decrypted.

---> System.Security.Cryptography.CryptographicException: 
The key {0968d793-2591-4757-94c6-2851a50ee237} 
was not found in the key ring.

使用卷解析:)