Sam

Results 9 comments of Sam

Having the same issue with my nextJS webapp, not sure what is causing it. Running on Ubuntu 22.04

Any update? I'm running a Nuxt3 App with ssr false.

Pay attention to what side of the road you are driving on!

@loethen He would you mind if you share the configuration code fir the new Peer() Having with the default peerjs servers

https://github.com/oxedom/parker/pull/29 Moving the whole project to Vue.js!

Hi, this project uses free PeerJS Google STUN servers, so connectivity isn't always 100% reliable. I recommend either: 1. Setting up your own TURN/STUN servers for more stable connections 2....

Hey, thanks for pointing that out I fixed it. Issue was that the URL was hardcoded, now it's based of window.location.href so it should work on any deployment.

This issue has been quite a headache. The only solution that worked for dev was @amiftachulh's suggestion (removing `--turbopack` from `yarn dev`), but unfortunately, deploying to production still throws a...