I'm not able to publish file to local cluster

I’m following the instructions from here. https://docs.ipfs.io/install/server-infrastructure/#create-a-local-cluster

I have successfully now managed to start the cluster and I should be able now to publish a local file.

./ipfs-cluster-ctl add Neptune_-_Voyager_2_\(29347980845\)_flatten_crop.jpg 
2022-04-07T22:21:02.594+0200	ERROR	apiclient	client/lbclient.go:105	reached maximum number of retries without success, retries: 1
An error occurred:
  Code: 0
  Message: Post "http://127.0.0.1:9094/add?chunker=size-262144&cid-version=0&format=unixfs&hash=sha2-256&hidden=false&layout=&local=false&mode=recursive&name=&no-pin=false&nocopy=false&progress=false&raw-leaves=false&recursive=false&replication-max=0&replication-min=0&shard=false&shard-size=104857600&stream-channels=true&user-allocations=&wrap-with-directory=false": dial tcp 127.0.0.1:9094: connect: connection refused

How do I fix this please?

ERROR	apiclient	client/lbclient.go:105	reached maximum number of retries without success, retries: 1

there is no cluster running on 127.0.0.1:9094.

I stopped the cluster and then tried again later today. Now it worked. I was able to retrieve the file from http://ipfs.io/ipfs domain

I have changed nothing to my setup. Very stage :thinking: