What I’m trying to do:
Identify where this object error is coming from.
What I’ve tried and what’s not working:
When I look at the logs it states the following:
app_log-WARNING 2022-08-28 07:12:34: <class 'ExternalError'>
* `[An internal error has occurred] - see browser console for more details`
Looking at the browser log I see the following:
I am not sure where to move forward because this only, seems to occur at random, not tied to any code. It could be getting set off by my timer that is polling the server for updates, but I am not completely sure. It it doesn’t seem to be an exact 1 to 1 ratio, whenever the server is polled.
I am not familiar with the browser console, which leads me to ask the community.
Does anything stick out as an obvious error that is occuring? or any path’s forward?
What other detail could help better explain the issue?
Thanks!
Anthony