Local cache cleanup / App reload from code

0
0

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 ?

Attachment
  • You must to post comments
0
0

Hi Dino,

The error you see is a symptom of a wrong call to Application.Update() or handling a static event without updating the context.
So you might scan your application for any of these.
The browser cache has nothing to do with it.
Best regards
Frank
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.