verida / verida-js

The Verida SDK provides several SDKs to interact with the Verida Network
https://developers.verida.network
ISC License
1.32k stars 38 forks source link

Unable to send message. Recipient does not have an inbox for that context (Verida: Vault) #341

Open nick-verida opened 1 year ago

nick-verida commented 1 year ago

When doing

await messaging.send("did:vda:testnet:0xf080913daa2f1F2F93dfF494a2F3E6e1A2e2C492", messageType, data, subject, config)

I get the following error:

Error: Unable to send message. Recipient does not have an inbox for that context (Verida: Vault)
    at VeridaOutbox.<anonymous> (/Users/nlothian/dev/verida/didmessaging/node_modules/@verida/client-ts/src/context/engines/verida/messaging/outbox.ts:93:13)
    at step (/Users/nlothian/dev/verida/didmessaging/node_modules/@verida/client-ts/dist/context/engines/verida/messaging/outbox.js:33:23)
    at Object.throw (/Users/nlothian/dev/verida/didmessaging/node_modules/@verida/client-ts/dist/context/engines/verida/messaging/outbox.js:14:53)
    at rejected (/Users/nlo
tahpot commented 1 year ago

I can not repeat. Works fine for me.

@nick-verida to close or provide more info