client error on Console

0
I see this below client  error on my console when a rest call is made.  Can anybody help me with the cause of this and resolution .  Error     at new t (http://localhost:8085/mxclientsystem/mxui/mxui.js?637355436115440025:35:113839)     at e.getVariable (http://localhost:8085/mxclientsystem/mxui/mxui.js?637355436115440025:35:112739)     at e.resolveObjectVariable (http://localhost:8085/mxclientsystem/mxui/mxui.js?637355436115440025:35:110019)     at e.<anonymous> (http://localhost:8085/mxclientsystem/mxui/mxui.js?637355436115440025:35:108984)     at http://localhost:8085/mxclientsystem/mxui/mxui.js?637355436115440025:20:2092     at Object.next (http://localhost:8085/mxclientsystem/mxui/mxui.js?637355436115440025:20:2197)     at http://localhost:8085/mxclientsystem/mxui/mxui.js?637355436115440025:20:1134     at new Promise (<anonymous>)     at s (http://localhost:8085/mxclientsystem/mxui/mxui.js?637355436115440025:20:879)     at e.resolvePath (http://localhost:8085/mxclientsystem/mxui/mxui.js?637355436115440025:35:108811)
asked
1 answers
0

There should probably be a server error as well in the logfile? Check any preceding server errors and make sure to apply error handling on your rest call.

answered