planetscale cache error

not sure if the issue is from drizzle or trpc, but trying to query the db via the RSC api fails with this error
 result: {
    data: {
      secret: null,
      error: [Error: cache: 'force-cache' used on fetch for https://aws.connect.psdb.cloud/psdb.v1alpha1.Database/Execute with 'export const fetchCache = 'only-no-store']
    }
  },
  elapsedMs: 14
Was this page helpful?