unity-experiment-framework icon indicating copy to clipboard operation
unity-experiment-framework copied to clipboard

Setting up a HTTP web server on AWS needs changes to webserver_example.py

Open JAQuent opened this issue 1 year ago • 0 comments

I've tried to get the web server working on an AWS EC2 instance and I still got a CORS error in my browser.

It worked when I changed the last line in https://github.com/immersivecognition/unity-experiment-framework/blob/master/webserver_example/webserver_example.py

to app.run(host='0.0.0.0', port=5000, debug=True)

JAQuent avatar Sep 11 '24 09:09 JAQuent