Platform Error in apps/moralisDashboard/logs/info

Hello,

Not sure if this is the right place to post this - let me know if I should move it.

When I access the info logging area in the online portal, I get the following error:

dashboard.bundle.js:52 TypeError: t.match is not a function
    at lm (dashboard.bundle.js:110)
    at Go (dashboard.bundle.js:52)
    at gs (dashboard.bundle.js:52)
    at cl (dashboard.bundle.js:52)
    at sl (dashboard.bundle.js:52)
    at Zs (dashboard.bundle.js:52)
    at dashboard.bundle.js:52
    at t.unstable_runWithPriority (dashboard.bundle.js:60)
    at $i (dashboard.bundle.js:52)
    at Vi (dashboard.bundle.js:52)

I don’t get the error in logs/error so i’m guessing there is something being logged in info that’s breaking the web app that shows the logs.

UPDATE:
Looking at API call being made in background to server/scriptlog, is the UI breaking because
‘message’ being logged is a int?

level: "info"
message: 26
timestamp: "2021-05-25T08:19:49.613Z"

Thanks,
Mark