W6 Beta 3 - Experimental Channel Cannot read properties of undefined (reading '0') at dmx.Socket

Wappler Version : 6b3
Operating System : Mac M2
Server Model: node.js
Database Type: MySQL (hosted), Redis (hosted on DO)
Hosting Type: Docker on DO, mySQL on DO, redis on DO

Expected behavior

What do you think should happen?

When loading a page, an error does not appear. The error would not block other javascript from executing

Actual behavior

What actually happens?

When loading any page on the site, the following error is triggered. This only happens when the experimental channel is enabled. In 6b3 on the stable channel the error does not occur.

Cannot read properties of undefined (reading ‘0’) at dmx.Socket…

TypeError: Cannot read properties of undefined (reading '0')
at dmx.Socket (sockets.js:18:1)
at n.init (serverconnect.js:16:1)
at n.constructor (BaseComponent.js:44:1)
at n (api.js:5:1)
at t.hasOwnProperty.t.constructor (api.js:47:1)
at n [as constructor] (api.js:5:1)
at t.hasOwnProperty.t.constructor (api.js:47:1)
at new n (api.js:5:1)
at n.$createChild (BaseComponent.js:135:1)
at n.<anonymous> (BaseComponent.js:255:1)
constructor @ BaseComponent.js:55
n @ api.js:5
t.hasOwnProperty.t.constructor @ api.js:47
n @ api.js:5
t.hasOwnProperty.t.constructor @ api.js:47
n @ api.js:5
$createChild @ BaseComponent.js:135
(anonymous) @ BaseComponent.js:255
walk @ dom.js:186
walk @ dom.js:191
walk @ dom.js:191
$parse @ BaseComponent.js:225
render @ BaseComponent.js:69
constructor @ BaseComponent.js:46
n @ api.js:5
t.hasOwnProperty.t.constructor @ api.js:47
n @ api.js:5
(anonymous) @ appConnect.js:48
Promise.then (async)
(anonymous) @ appConnect.js:33
document.readyState.document.addEventListener.once @ api.js:22

How to reproduce

Enable experimental features

Sockets update: dmxSockets.zip (1.1 KB)

Thanks. That fixed the Sockets error. Seeing some other issues, but will investigate and submit separately.