We use de loginRequiredMarker in our login-Page as described in the SmartClient Documentation.
Now we run into troubles with newer Chrome Versions (115, 116):
- The Message 'document.domain mutation is ignored because the surrounding agent cluster is origin-keyed' is displayed in the console
- Chrome is 'hanging', and the Tab will be closed after a while.
When we remove loginRequiredMarker from the login-Page it is working again.
See also https://developer.chrome.com/blog/do...r-deprecation/
regards Bruno
Now we run into troubles with newer Chrome Versions (115, 116):
- The Message 'document.domain mutation is ignored because the surrounding agent cluster is origin-keyed' is displayed in the console
- Chrome is 'hanging', and the Tab will be closed after a while.
When we remove loginRequiredMarker from the login-Page it is working again.
See also https://developer.chrome.com/blog/do...r-deprecation/
regards Bruno
Comment