From Lit:
"i keep hitting this error Cannot read properties of undefined (reading 'createJWS')
. i’ve run though the Getting Started page a few times, including uninstalling and reinstalling all the packages but keep hitting the same thing.
it’s also happening on the previous build that was working about a month ago. i can see createJws
in the did-jwt
package in node modules but it doesn’t seem to be registering."
"Error is happening in the client:
composedb composite:create and merge both work as expected, but
composedb composite:deploy composites/merged-composite.json --ceramic-url=http://localhost:7007 throws the error. I’m using the packages listed in the Getting Started Notion doc, and here’s the daemon config
{
"anchor": {},
"http-api": {
"cors-allowed-origins": [
".*"
],
"admin-dids": [" ... "]
},
"ipfs": {
"mode": "bundled"
},
"logger": {
"log-level": 2,
"log-to-files": false
},
"metrics": {
"metrics-exporter-enabled": false
},
"network": {
"name": "testnet-clay"
},
"node": {},
"state-store": {
"mode": "fs",
"local-directory": " ... /.ceramic/statestore/"
},
"indexing": {
"db": "sqlite:// ... /.ceramic/indexing.sqlite",
"allow-queries-before-historical-sync": true
}
}"