Hi, I failed to go through the [tutorial 05 Hello ...
# ask-metaflow
g
Hi, I failed to go through the [tutorial 05 Hello Cloud](https://docs.metaflow.org/getting-started/tutorials/season-2-scaling-out-and-up/episode05) against the newly released [metaflow-dev](https://docs.metaflow.org/getting-started/devstack). What I observed is that: -
python 05-hello-cloud/hello-cloud.py run
stuck with
Metaflow 2.15.4 executing HelloCloudFlow ... Workflow starting (run-id 1), see it in the UI at <http://localhost:3000/HelloCloudFlow/1>
. - The url (
<http://localhost:3000/HelloCloudFlow/1>
) showed no dags, timeline, or tasks. In the console I noticed that
<http://localhost:8083/api/flows/HelloCloudFlow/runs/1/dag>
gave a
404
response. - I double-checked that
minikube
was up and
tilt
reported that 13 of 13 services were healthy. I used the config file copied from
metaflow/devtools/.devtools/config_local.json
. Any hint?
👀 1