Hey! I am testing the new versions of the packages, setting up a node from scratch and running the Getting Started steps from the ComposeDB 4.x documentation, following it step by step, using the sample model. When interacting with the composite, the following error appears.
This is displayed in the console when I want to make a query from Yoga GraphiQL
ERR Error: HTTP request to 'http://localhost:7007/api/v0/collection'
failed with status 'Internal Server Error': {"error":"Index for historical data on kjzl6hvfrbw6c5ajfmes842lu09vjxu5956e3xq0xk12gp2jcf9s90cagt2god9 is not available"}
at RemoteIndexApi.fetchJson [as _fetchJson] (file:///home/ec2-user/.config/yarn/global/node_modules/@ceramicnetwork/common/lib/utils/http-utils.js:21:15)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async RemoteIndexApi.query (file:///home/ec2-user/.config/yarn/global/node_modules/@ceramicnetwork/http-client/lib/remote-index-api.js:17:26)
at async queryConnection (file:///home/ec2-user/.config/yarn/global/node_modules/@composedb/runtime/dist/query.js:56:18)
at async Object.queryConnection (file:///home/ec2-user/.config/yarn/global/node_modules/@composedb/runtime/dist/context.js:40:20)
at async resolve (file:///home/ec2-user/.config/yarn/global/node_modules/@composedb/runtime/dist/schema.js:578:28)
at async Promise.all (index 0)
at async promiseForObject (file:///home/ec2-user/.config/yarn/global/node_modules/@graphql-tools/executor/esm/execution/promiseForObject.js:11:28)
at async file:///home/ec2-user/.config/yarn/global/node_modules/@envelop/core/esm/orchestrator.js:373:27
at async YogaServer.getResultForParams (file:///home/ec2-user/.config/yarn/global/node_modules/graphql-yoga/esm/server.js:285:26) {
path: [ 'simpleProfileIndex' ],
locations: [ { line: 2, column: 3 } ],
extensions: [Object: null prototype] {}
}