I am facing strange error sometimes in the Wisej app. Framework version 3.5.22
I get following error (see attached screenshot) ,
An unexpected error occurred GH: Unknown function: updateChildZOrder at
Wisej.Web.Application.ProcessCallbackWebEvent(Wi sejEventArgs e) at
Wisej.Web.Application.ProcessWebEvent(WisejEvent
Args e)
The workaround to fix this is to clear browser cache and reload, than app starts to work OK.
Is there any option (I am thinking about logout) that can be used to programatically clean up local storage cache from code and trigger app reload ?
Hi,
this started to manifest itself after migration from wisej 3.5.12 to 3.5.22., on older wisej version app worked without this error ever popping out.
last time this error manifested was after app was idle for some time so I suspect that it could also be the case when web socket connection was dropped.
strangely enough, application.exit() is helping remedy this error after it occures, or manual cleanup of browser cache for app domain.
Hi Dino,
Please login first to submit.