I have implemented the History functionality built into SmartClient and works for most of the users but there are a few who get this error in the browser (exact same deployment that works for well over 80% of users):
[HTML]VM9662 ISC_Core.js:1283 *18:24:51.745:XRP6:WARN:History:Unable to fire history callback onhashchange from: https://x.y.com/some/uri/#1 to: https://x.y.com/some/uri/ - reason: no hash in newURL[/HTML]
When watching a screen recording, there is no hash with s numeral added to thise users URLs as they navigate.
It is not clear to me how this hash gets added so any pointers on where to look to identify the cause would be helpful.
If it helps, this seems to occur on Microsoft Windows based computers as it cannot be replicated on OSX or Linux and for the most part on Microsoft Windows based computers..
The only indication something went wrong is the above WARN message and there is no obvious pattern regarding browser and the user is able to use the application as normal apart from the History function
[HTML]VM9662 ISC_Core.js:1283 *18:24:51.745:XRP6:WARN:History:Unable to fire history callback onhashchange from: https://x.y.com/some/uri/#1 to: https://x.y.com/some/uri/ - reason: no hash in newURL[/HTML]
When watching a screen recording, there is no hash with s numeral added to thise users URLs as they navigate.
It is not clear to me how this hash gets added so any pointers on where to look to identify the cause would be helpful.
If it helps, this seems to occur on Microsoft Windows based computers as it cannot be replicated on OSX or Linux and for the most part on Microsoft Windows based computers..
The only indication something went wrong is the above WARN message and there is no obvious pattern regarding browser and the user is able to use the application as normal apart from the History function
Comment