verida / verida-js

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

[client-ts] Sending inbox message to a full node causes error #438

Closed tahpot closed 4 months ago

tahpot commented 4 months ago

Sending an inbox to a full storage node doesn't work because the SDK attempts to create a user account for the sending DID on the recipient's storage node. Because the node is full, this doesn't work.

Need to ensure the public user credentials is used to send the message, so there is no need to create a new user on the storage node.