I just updated to to v5.8.2 (running NodsJS, Docker, PostgresSQL) and my table results are all blank. As soon as I unticked “Live Refresh with Web Sockets”, the results came through. This did not happen on my previous version of Wappler…
I am getting the following error in my web server logs:
server-connect:sockets ERROR: Cannot read properties of undefined (reading ‘isReady’) +636ms
TypeError: Cannot read properties of undefined (reading ‘isReady’)
at Socket. (/opt/node_app/lib/setup/sockets.js:43:93)
at Socket.onevent (/opt/node_app/node_modules/socket.io/dist/socket.js:468:26)
at Socket._onpacket (/opt/node_app/node_modules/socket.io/dist/socket.js:436:22)
at /opt/node_app/node_modules/socket.io/dist/client.js:214:24
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)