-
Notifications
You must be signed in to change notification settings - Fork 5
Cannot connect to local server (only when adding http://) #24
Copy link
Copy link
Open
Labels
Description
When a local server is run, and the server URL is inserted into the client it needs to be prefixed with http:// to make the connection work.
Plain localhost:50001 doesn't work, while http://localhost:50001 works.
Connecting with just localhost:50001 fails silently.
I thought I had a connection issue and that is why I created this issue. I might be helpful to add http by default, is there is only a host entered in the client.
Otherwise a message might help to show the wrong usage, like "Enter the protocol, http://, or https:// for example".
Reactions are currently unavailable