Classic mobile UI login page (simulator) not working as expected post New York upgradeDescriptionProblem with login via mobile UI (mobile simulator)on desktop browsers. After filling in the credentials the homepage is not shown and the wheel keeps spinning. CauseThere is a property called 'glide.security.csrf.strict.validation.mode', which in this instance is set to true, and should be set to false. This is called during session rotation, which is used for safety and when you set this to false, it basically stops the process of session rotation midway and thus the error.ResolutionSetting the value 'glide.security.csrf.strict.validation.mode' to false would settle this error.