Search & Aggregations not working anymore after moving branch to dedicated cluster.

Hi 👋

We are experiencing the problem after moving to our cluster.
The second query is giving back totalCount: 0, meaning it's not working anymore.

  const allValidTicketsOfType = await xataClient.db.table_name.aggregate({
    totalCount: {
      count: {
        filter: {
          eventid: 'blabla',
          status: { $isNot: 'INVALID' },
        },
      },
    },
  });

Workspace: 5713tr

We need those aggregations working. Also, we want to use the cluster, since we are expecting high load before 12:00 o'clock today.

thank you for your help in advance.

Edit: Unfortunately, the urgency of my initial support request (#1952) did not get properly submitted onto the support ticket. It is pretty urgent for us and we did not expect such an error just by moving the branch to a cluster.
Was this page helpful?