A member of my team is experiencing issues logging in. Somehow the user session is still stored in the background, but the "Log in" button keeps appearing. When clicking on the button, the users email address is shown for a split-second, after which the button changes back to "Log in". The login screen is not opening.
From the logs I can find the following is the culprit. Installed version is the relaunched version of 21.6 (freshly downloaded this morning).
System.NullReferenceException:
at Bluebeam.Core.Entitlement.NtpClock.GetUtcNow()
at Bluebeam.Core.Entitlement.NtpClock.UtcNowOffset(Double pAddSeconds)
Is there any way to resolve this? Reverting to 21.5 is not possible, the system keeps reinstalling 21.6 even though it does not ask to…