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()
})
\
Anyone with any suggestions before I roll us back to V 4.x.x?
All of the caches have been cleared, the fault occurs with plugins disabled and a default theme.
Thank you.