Error at logout

Hi

Having a NGClient we get attached error when just logging out of the application and can’t find a sensible explanation for it.

The code in method logout is this:

function logout() {
	security.logout();
	application.exit();
}

Any idea about a possible reason?

Regards

Hi Robert,

Which version of Servoy are you using? There were some issues with V8.2 that caused the NG client state to become invalid when logging out of a solution. These were fixed in V8.2.1. (See SVY-11524 and SVY-11558)

We are still experiencing a lot of warnings (not errors) in the Servoy log when logging out of a solution but these occur only when you use the Safari browser.

Hi Steve

Thanks for your reply. I hope your reported bug corresponds to the one we see. We are currently using Servoy 8.1.4. We will move to the latest version in about a month. We also have quite a lot Safari users, as we have around 40 % Mac users and surely a fair amount of them use Safari.

steve1376656734:
Hi Robert,

Which version of Servoy are you using? There were some issues with V8.2 that caused the NG client state to become invalid when logging out of a solution. These were fixed in V8.2.1. (See SVY-11524 and SVY-11558)

We are still experiencing a lot of warnings (not errors) in the Servoy log when logging out of a solution but these occur only when you use the Safari browser.

Regards,

The issue with Safari has been logged under reference SVY-11748 and is scheduled to be fixed in V8.2.2.

As far as we are aware it does not affect the user experience but does cause the log to fill up with warning messages.

Good to hear, thanks for the info, Steve