Console error
Closed this issue · 5 comments
crispyi2 commented
when i was trying to access the server from the website https://web-desktop.app/ that i had started up (which i used goormide to host) gave me this error and a white screen:
websocket.js:124 Mixed Content: The page at 'https://www.web-desktop.app/' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://https/socket.io/?EIO=3&transport=websocket'. This request has been blocked; this endpoint must be available over WSS.
h.doOpen @ websocket.js:124
I was using the development server btw. plz help
shmuelhizmi commented
'ws://https/socket.io/?EIO=3&transport=websocket' seems like a broken URL, I assume your server was running on localhost:5000, did you leave the server host at localhost and port at port 5000?
crispyi2 commented
no it isn't running at localhost but the port is set to 5000
shmuelhizmi commented
ok, working on a fix now
shmuelhizmi commented
@crispyi2 FIXED, you can now access your server from http.web-desktop.run , the new web-desktop-environment site url
crispyi2 commented
ok