• I updated our sites to 5.5.3 and now there is a proxy-time.js error in backend dashboard that appears perhaps responsible for some other faults.

    \\Uncaught (in promise) TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
    at proxy-time.js:298\\

    \\browser.runtime
    .sendMessage({ type: ‘get-state’, payload: [‘proxyTimeEnabled’, ‘proxy’] })
    .then(([enabled, proxy]) => {x
    if (enabled && proxy.status === ‘connected’) shiftTime()
    })
    \\

    All of the caches have been cleared, the fault occurs with plugins disabled and with a default theme.

    Thank you.

  • The topic ‘proxy-time.js undefined after 5.5.3 update’ is closed to new replies.