This issue has not been resolved for me after following the instructions to the best of my ability. I have installed and updated every relevant package as a sanity check. The only version of ceramic-cacao
in my yarn.lock is ^1.4.0
“dependencies”: {
“@ceramicnetwork/3id-did-resolver”: “2.1.8”,
“@ceramicnetwork/blockchain-utils-linking”: “2.0.12”,
“@ceramicnetwork/blockchain-utils-validation”: “2.0.13”,
“@ceramicnetwork/common”: “2.7.0”,
“@ceramicnetwork/core”: “2.10.0”,
“@ceramicnetwork/http-client”: “2.4.0”,
“@ceramicnetwork/stream-caip10-link”: “2.2.4”,
“@ceramicnetwork/stream-caip10-link-handler”: “2.1.5”,
“@ceramicnetwork/stream-model”: “0.6.0”,
“@ceramicnetwork/stream-model-handler”: “0.6.0”,
“@ceramicnetwork/stream-model-instance”: “0.4.2”,
“@ceramicnetwork/stream-model-instance-handler”: “0.7.0”,
“@ceramicnetwork/stream-tile”: “2.4.4”,
“@ceramicnetwork/stream-tile-handler”: “2.2.8”,
“@ceramicnetwork/streamid”: “2.3.4”,
“ceramic-cacao”: “^1.4.0”,
“cids”: “^1.1.9”,
“did-session”: “^0.1.3”,
“dids”: “^3.3.1”,
“key-did-provider-ed25519”: “^2.0.1”,
“key-did-resolver”: “^2.1.0”,
“pkh-did-resolver”: “1.0.9”,
},
I’ve cleared my next.js cache for a fresh compile, cleared my browser cache, cleared active logins, and logged in fresh with the updated packages installed. I still receive the error.
Is there any other relevant information that can be shared to help me debug this?