Manuel Aristarán
04/14/2020, 9:55 PMlocalhost
hardcoded in the UI) when deploying Server to an external server, this stopgap might help you get going:
socat TCP-LISTEN:4200,fork,reuseaddr TCP:your.prefect.api.host:4200
(TCP proxy from localhost:4200
to the external Prefect API server)