Object Object message in dev Tools

Every time I check something in the Dev Tools I get a red pop-up in the bottom left corner that says [object Object]

Screenshot 2022-12-28 at 12.45.48

Any one knows what this can be?

It typically happens for me if the authentication token expires (the web app doesn’t validate the token before it tries to perform an authenticated operation and when it fails, the [object Object] error is the result). Very annoying but this issue has existed for a long time now so Athom is probably not able to fix it or at least able to produce a proper error message (or they just don’t care, take your pick :man_shrugging:t3:).

You can open your browser’s developer console to see the actual reason.

1 Like

Thank you, I guess I have to ignore it then.

If you force refresh (hold down the shift key and click refresh) the browser it usually fixes it.

1 Like