Hey Dmitry,
Thanks for thaking the time to look at this.
I had a look at the event log and there is one issue that seems to be persistant since i set the site up yesterday.
Source:Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery
Event code:TokenDeserializeException
Description
An exception was thrown while deserializing the token.
Message: The antiforgery token could not be decrypted.
Exception type: Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException
Stack trace:
at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgeryTokenSerializer.Deserialize(String serializedToken)
at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery.GetCookieTokenDoesNotThrow(HttpContext httpContext)
Message: The key {350b33cd-47a5-49a7-90b7-88575a9cf88e} was not found in the key ring. For more information go to http://aka.ms/dataprotectionwarning
Exception type: System.Security.Cryptography.CryptographicException
Stack trace:
at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.UnprotectCore(Byte[] protectedData, Boolean allowOperationsOnRevokedKeys, UnprotectStatus& status)
at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.Unprotect(Byte[] protectedData)
at Microsoft.AspNetCore.Antiforgery.DefaultAntiforgeryTokenSerializer.Deserialize(String serializedToken)