Hey there,
V3 is a huge update, nice! I’m having problems with the Worker in the v3 version. I can send/receive about 5-10 messages, and then I routinely get errors from the Worker, which I believe is the stream listener.
I had to ask AI to help me setup the polyfills too, it wasn’t as simple as before.
I’m getting errors like:
index.js?v=73adc55f:1 Uncaught Error: expected `,` or `}` at line 1 column 20459
at Worker.s (index.js?v=73adc55f:1:2076)
s @ index.js?v=73adc55f:1
index.js?v=73adc55f:1 Uncaught Error: expected `,` or `}` at line 1 column 21991
at Worker.s (index.js?v=73adc55f:1:2076)
s @ index.js?v=73adc55f:1
2index.js?v=73adc55f:1 Uncaught Error: expected `,` or `}` at line 1 column 4093
at Worker.s (index.js?v=73adc55f:1:2076)
s @ index.js?v=73adc55f:1
index.js?v=73adc55f:1 Uncaught Error: expected `,` or `}` at line 1 column 21991
at Worker.s (index.js?v=73adc55f:1:2076)
s @ index.js?v=73adc55f:1
index.js?v=73adc55f:1 Uncaught Error: expected `,` or `}` at line 1 column 20459
at Worker.s (index.js?v=73adc55f:1:2076)
Which I’m not sure how to debug. My code is on Github, but messy and I had AI try to help me debug this problem.
It would be very useful to have a working XMTP demo that uses Vite v6 because it wasn’t easy getting v3 working.
Any help is much appreciated. Thank you.