Tim Pƶrtner
09/06/2021, 3:34 PM:4200/graphql
were refused. After some trying we gave up and downgraded back to 0.14.15 again (it worked again but we lost the data - flows, flow runs etc.) - no big deal.
I was curious and thought if connections were just refused it shouldn't be too difficult to get it running - so i created my own docker-compose.yaml
file from docker prefect config
and changed some values. I ended up changing the interfaces that the services are listening on (graphql,apollo,ui) to 0.0.0.0 - after that it worked again.
This makes it impossible for us to update our prefect server š
I couldn't find anything in the prefecthq/server
repo that could cause those connection problems (at least from the most recent changes) - could someone please look into this?
If you need any more information please let me know š
Thanks in advance!Kevin Kho
--expose
flag to enable remote connections. Server would also need to be upgraded to 2021.09.02Tim Pƶrtner
09/07/2021, 7:23 AMKevin Kho