Darragh
08/06/2020, 8:36 PMprefect backend server
&& `prefect server start`:
export PREFECT__CLOUD__API=http://$(curl <http://169.254.169.254/latest/meta-data/public-ipv4):4200/graphql>
export PREFECT__SERVER__UI__GRAPHQL_URL=http://$(curl <http://169.254.169.254/latest/meta-data/public-ipv4):4200/graphql>
where the above curls evaluate to the public IP of the EC2 instance, and then previously the various containers would be able to talk to the graphql container, but it’s not working since the update to 0.13.0.
Instead, in the UI I now get the following:
Couldn't connect
<http://localhost:4200/graphql>
Any suggestions? Different env vars needed, something else?Dylan
08/06/2020, 8:44 PMDarragh
08/06/2020, 8:49 PMDylan
08/06/2020, 9:00 PM~/.prefect_server/config.toml
just like your prefect user configPREFECT_SERVER__
is your new prefix I thinkDarragh
08/06/2020, 9:05 PMPREFECT___CLOUD___API
to PREFECT___SERVER___API
, should that have done it? Cos I’m still seeing the same issue..Dylan
08/07/2020, 1:10 PMDarragh
08/07/2020, 1:14 PMDylan
08/07/2020, 1:14 PM