Getting this error while writing to user's DID Datastore

This is the error I am getting:

This is all the schema information

const PATIENT_BASIC_INFORMATION =
  "ceramic://k3y52l7qbv1frxiddlnjy6p4i4oavpubnkh1t9yxtyj1tlxu1ngb4z32bzmqodo1s";
const PATIENT_BASIC_DEFINITION =
  "k3y52l7qbv1frybiazfppp7qu20g7fp8dsxjly0pzrdd15m42s25ndg5cqsenrh8g";

export const aliases = {
  schemas: {
    PatientBasicInformation: PATIENT_BASIC_INFORMATION,
  },
  definitions: {
    patientBasicInformation: PATIENT_BASIC_DEFINITION,
  },
  tiles: {},
};

There are no errors in get operations, but when I perform set functions, I get the error for some reason.

You can check the deployed schemas on cerscan, as I am not able to provide deployed schemas information as the forum does not allow you to post links.

Here are my package.json dependencies:

  "dependencies": {
    "@ceramicnetwork/blockchain-utils-linking": "^2.13.0",
    "@ceramicnetwork/http-client": "^2.21.0",
    "@didtools/pkh-ethereum": "^0.3.0",
    "@emotion/cache": "^11.10.7",
    "@emotion/react": "^11.10.6",
    "@glazed/datamodel": "^0.3.1",
    "@glazed/did-datastore": "^0.3.2",
    "@glazed/did-session": "^0.1.1",
    "@mantine/core": "^6.0.6",
    "@mantine/form": "^6.0.6",
    "@mantine/hooks": "^6.0.6",
    "@mantine/notifications": "^6.0.6",
    "@rainbow-me/rainbowkit": "^0.12.7",
    "@tabler/icons-react": "^2.14.0",
    "did-session": "^2.0.1",
    "eslint": "8.38.0",
    "eslint-config-next": "13.3.0",
    "ethers": "^5",
    "key-did-provider-ed25519": "^3.0.0",
    "key-did-resolver": "^3.0.0",
    "next": "13.3.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "wagmi": "^0.12.10"
  }

Hi Yash, we’re in the process of deprecating Glaze & DID Datastore, we’ve marked these as legacy docs Legacy Tools - Ceramic Developers. I realize this is frustrating given that you’re already going down the Datastore path, but highly recommend ComposeDB ComposeDB Docs | ComposeDB on Ceramic