cosim-demo-app icon indicating copy to clipboard operation
cosim-demo-app copied to clipboard

Client assumes server is always running on localhost

Open THEvang opened this issue 3 years ago • 0 comments

Running the cosim-demo-app on a server and accessing the web client from another machine is not possible because the client always assumes that the server is running on localhost:8000.

The index page of the demo app is correctly obtained, but immediately enters an error state.

image

THEvang avatar Nov 10 '21 17:11 THEvang