Example dataset not showing in query tool on local node setup

After trying to follow the Setting up your own Neurobagel node steps, I am able to launch my query tool at http://localhost:3000/, but there is no data in ‘Local graph 1’. The error message that shows when submitting a query to ‘Local graph 1’ is ‘Error: All nodes failed to respond’. Additionally, my local query tool opens with 5 warning messages related to failure to retrieve pipelines, diagnoses, and assessments from Local graph 1, as well as removing missing labels for diagnoses and assessments. I am working on a Mac (Apple M2, Sequoia 15.3.1), so I changed my docker-compose.yml with graph: image: "ontotext/graphdb:10.3.1-arm64" and federation: image: "neurobagel/federation_api:${NB_FAPI_TAG:-nightly}" (as I was receiving the error ‘federation Error: no matching manifest for linux/arm64/v8 in manifest list entries’ when using the Docker image with the -latest tag). I’ve kept everything in the template .env file the same, other than changing the query tool url to NB_API_QUERY_URL=http://localhost:8080 . Thank you in advance for any guidance!