Kopano WebApp circle rotates endlessly in Firefox

0
(0)
Kopano WebApp did not match session

Symptom

If you try to authenticate via the Kopano WebApp 3.5.2 from Mozilla Firefox 95 under Windows, an animation with rotating circle appears after entering user and password, the circle continues to rotate non-stop, the page stops and it doesn’t go any further, after pressing the F5key or Ctrl+R (Refresh) authentication resume successfully.

Cause

The browser performs a Javascript function that sends a fingerprint (special ID) to the server (at the login request) and later when logging in, the server checks the fingerprint for compliance. Mozilla Firefox (version 94.0.2 / 95.02 64bit) distinguishes the second fingerprint from the first. With Firefox on Linux, the behavior was not detected and does not seem to be known.

Solution

The workaround/solution is to remove the Arial Narrow font from Javascript, so that the fingerprint does not change. To do this, edit the Java file fingerprint.js.

$ nano /usr/share/kopano-webapp/client/fingerprint.js

Delete the text Arial Narrow; (marked in red) (Arial Black; Bodoni MT).

Javascript fingerprint.js

After removing “Arial Narrow” from Javascript, the session fingerprint is no longer changed, the login passed successful.

Kopano WebApp Front-End did not match session terminated

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Leave a Reply

Your email address will not be published. Required fields are marked *