NativeWebSocket icon indicating copy to clipboard operation
NativeWebSocket copied to clipboard

Can't connect: Firefox can’t establish a connection to the server at ws://127.0.0.1:5003/unity_comunication

Open Phantomb opened this issue 5 years ago • 1 comments

Hi,

I still have a different issue, now that I was able to create a build.

When starting the application, the websocket apparently is not able to establish a connection.

I tried both with 'ws' and 'wss' in the url, I'm not sure what the issue is or how to fix it.

I run index.html locally. Any ideas how to fix it? Thanks in advance

Phantomb avatar Mar 06 '20 09:03 Phantomb

So you need to serve it with a web server, it won't run as a file-system HTML.

hikingdipankar avatar Apr 24 '20 10:04 hikingdipankar