Json String limit exceeds

Running a HTTP request in debug mode throws an error. To solve this issue, the maximum log message size needs to be increased. This can be done by editing the [InstallationFolder]\UiRobot.exe.config file and adding the

*<binding name=“ExecutorServiceBinding” maxReceivedMessageSize=“2147483647” receiveTimeout=“00:10:00” *sendTimeout=“00:10:00” /> line.

Coming from the last patchnote, you might wanna give a try with that