Mixing https and http is often not allowed by the browser. The current relay backend when launched via python uses http, which is incompatible with the https of the frontend.
Currently to use the relay, one has to either run MetaConfigurator locally on their machine via http or one has to run the relay with https in a docker container, which has not yet been properly tested.
Task: make it easier for users to work with the relay. Figure out how to resolve this http <-> https issue.
Mixing https and http is often not allowed by the browser. The current relay backend when launched via python uses http, which is incompatible with the https of the frontend.
Currently to use the relay, one has to either run MetaConfigurator locally on their machine via http or one has to run the relay with https in a docker container, which has not yet been properly tested.
Task: make it easier for users to work with the relay. Figure out how to resolve this http <-> https issue.