So I am stressed out tonight looking through process sessions log to diagnose an issue and my advanced find renders badly. Frustratingly this is the third time this year it has happened and right now its adding to my stress!!!!
Luckily I had a few websites related to this error in my history :), so 10 minutes of research was all I needed to find the solution.
The causes seems to be corrupt browser local cache and the fix is to execute localStorage.clear() in the console of the the browsers developer tool bar.
Detailed steps and pictures are below for those who are less technical and require extra direction.
Open Advanced Find
On Advanced Find window press F12 to open the developer tool bar.
Type localStorage.clear() in the console and press enter.
Press F12 to close the developer tool bar.
Press F5 to refresh the adavanced find screen.
The advanced find should be rendered correctly now.
Comments