Problem on public cloud deployed app

1
I'm running a app on public cloud, and i experiencing a problem after login the app. The log of the app shows the following error: 16:04:03 APP INFO at https://dashboarddeindicad.mxapps.io/mxclientsystem/mxui/mxui.js?636687532548502630:74:155755 16:04:03 APP INFO at h (https://dashboarddeindicad.mxapps.io/mxclientsystem/mxui/mxui.js?636687532548502630:74:155850) 16:04:03 APP ERROR Client: Operator < not supported in expression <(, 316.53) Error: Operator < not supported in expression <(, 316.53) 16:04:03 APP INFO at Object.r.< (https://dashboarddeindicad.mxapps.io/mxclientsystem/mxui/mxui.js?636687532548502630:46:149189) 16:04:03 APP INFO at r.<= (https://dashboarddeindicad.mxapps.io/mxclientsystem/mxui/mxui.js?636687532548502630:46:149271) 16:04:03 APP INFO at e.evaluate (https://dashboarddeindicad.mxapps.io/mxclientsystem/mxui/mxui.js?636687532548502630:46:156455) 16:04:03 APP INFO at https://dashboarddeindicad.mxapps.io/mxclientsystem/mxui/mxui.js?636687532548502630:74:156138 16:04:03 APP INFO at https://dashboarddeindicad.mxapps.io/mxclientsystem/mxui/mxui.js?636687532548502630:74:156138 16:04:03 APP INFO at Array.forEach (<anonymous>) 16:04:03 APP INFO at h (https://dashboarddeindicad.mxapps.io/mxclientsystem/mxui/mxui.js?636687532548502630:74:156111) 16:04:03 APP INFO at Array.forEach (<anonymous>)   This error occurs only on cloud. When i run the app local, it works. Can anyone help me?
asked
1 answers
0

Hi Rafael, 

i know it’s already two years now, but I ran into a similar problem and figured out that this happens when the ‘>’ or ‘<’ operators are used / evaluated on a non-decimal (or integer) value. Typically when an attribute is empty. 

BR

Jan

answered