This is what I tried at the beginning but doesn’t help.
I’ve switched back to mainline, did the upgrade and cleared my browser cache and the error message at the UI is the same.
On cli I see the following error:
[22:35:45] [System Warning/14] : Returned exception from API call Core/Login
[22:35:45] [Core Error/14] : NullReferenceException
[22:35:45] [Core Error/14] : [0] (NullReferenceException) : Object reference not set to an instance of an object.
[22:35:45] [Core Error/14] : at GSMyAdmin.Authentication.InternalAuth.<>c__DisplayClass62_0.<AddAuthAttempt>b__0(AuthenticationRequest r)
at Linq.Enumerable.Count[TSource](IEnumerable`1 source, Func`2 predicate)
at GSMyAdmin.Authentication.InternalAuth.AddAuthAttempt(IPAddress remoteAddress)
at GSMyAdmin.Authentication.InternalAuth.Authenticate(HttpRequest Request, String Username, String Password, String Token, Boolean TokenRequested)
at GSMyAdmin.WebServer.WebMethods.Login(HttpRequest request, String username, String password, String token, Boolean rememberMe)
at GSMyAdmin.WebServer.WebAttributes.InvokeMethod(String MethodName, JObject Data, HttpContext context, IWebSession Session, WebMethodsBase MethodsClass, IPAddress RealIP)
at GSMyAdmin.WebServer.ApiService.InvokeAPI(HttpContext context, IWebSession Session, JObject Data, String RequestModule, String RequestMethod)
[22:35:58] [System Warning/15] : Returned exception from API call Core/Login
[22:35:58] [Core Error/15] : NullReferenceException
[22:35:58] [Core Error/15] : [0] (NullReferenceException) : Object reference not set to an instance of an object.
[22:35:58] [Core Error/15] : at GSMyAdmin.Authentication.InternalAuth.<>c__DisplayClass62_0.<AddAuthAttempt>b__0(AuthenticationRequest r)
at Linq.Enumerable.Count[TSource](IEnumerable`1 source, Func`2 predicate)
at GSMyAdmin.Authentication.InternalAuth.AddAuthAttempt(IPAddress remoteAddress)
at GSMyAdmin.Authentication.InternalAuth.Authenticate(HttpRequest Request, String Username, String Password, String Token, Boolean TokenRequested)
at GSMyAdmin.WebServer.WebMethods.Login(HttpRequest request, String username, String password, String token, Boolean rememberMe)
at GSMyAdmin.WebServer.WebAttributes.InvokeMethod(String MethodName, JObject Data, HttpContext context, IWebSession Session, WebMethodsBase MethodsClass, IPAddress RealIP)
at GSMyAdmin.WebServer.ApiService.InvokeAPI(HttpContext context, IWebSession Session, JObject Data, String RequestModule, String RequestMethod)
[22:36:52] [System Warning/15] : Returned exception from API call Core/Login
[22:36:52] [Core Error/15] : NullReferenceException
[22:36:52] [Core Error/15] : [0] (NullReferenceException) : Object reference not set to an instance of an object.
[22:36:52] [Core Error/15] : at GSMyAdmin.Authentication.InternalAuth.<>c__DisplayClass62_0.<AddAuthAttempt>b__0(AuthenticationRequest r)
at Linq.Enumerable.Count[TSource](IEnumerable`1 source, Func`2 predicate)
at GSMyAdmin.Authentication.InternalAuth.AddAuthAttempt(IPAddress remoteAddress)
at GSMyAdmin.Authentication.InternalAuth.Authenticate(HttpRequest Request, String Username, String Password, String Token, Boolean TokenRequested)
at GSMyAdmin.WebServer.WebMethods.Login(HttpRequest request, String username, String password, String token, Boolean rememberMe)
at GSMyAdmin.WebServer.WebAttributes.InvokeMethod(String MethodName, JObject Data, HttpContext context, IWebSession Session, WebMethodsBase MethodsClass, IPAddress RealIP)
at GSMyAdmin.WebServer.ApiService.InvokeAPI(HttpContext context, IWebSession Session, JObject Data, String RequestModule, String RequestMethod)