Skip to content

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

Open
@JAQuent

Description

@JAQuent

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions