All Projects Pages not loading

Application ID: DD9FC30D-3A6F-AB4C-FF9C-24DC92E73100

Cannot read properties of undefined (reading 'Time')
TypeError: Cannot read properties of undefined (reading 'Time')
    at https://develop.backendless.com/static/js/7969.bb7d1677.js:1:783
    at Array.forEach (<anonymous>)
    at https://develop.backendless.com/static/js/7969.bb7d1677.js:1:752
    at e (https://develop.backendless.com/static/js/7969.bb7d1677.js:1:792)
    at o (https://develop.backendless.com/static/js/7969.bb7d1677.js:1:639)
    at e (https://develop.backendless.com/static/js/7969.bb7d1677.js:1:803)
    at l (https://develop.backendless.com/static/js/7969.bb7d1677.js:1:984)
    at n.value (https://develop.backendless.com/static/js/3157.8138c742.js:1:234326)
    at n.value (https://develop.backendless.com/static/js/3157.8138c742.js:1:234670)
    at Aa (https://develop.backendless.com/static/js/bundle.9387b425.js:2:6124697)

Problem description

This error window often occurs in my project but usually goes away after a refresh. It is now not going away and impeding my work.

Steps to reproduce

Please describe steps to reproduce starting from the first action.

  1. open any page in my project on the backendless interface online.

I have found a more specific reason for this error. If I go to most pages in my project, the error will appear but go away after a page refresh. The error will not go away and seems to be causing the initial issue on the cloud services debugging API, specifically one function called “addEvent”

SOLUTION

The issue was that my javascript code had a typo when declaring a parameter type. I had something like

/**

  • @param {date/time}
    */

obviously, the type should be “Datetime”.

I would however maybe suggest a better error message for when this happens.