xmtp / example-chat-react

This repo has been archived. Replacement apps include the XMTP Quickstart React and XMTP Inbox chat apps. For more details and links, see the README in this repo.
MIT License
74 stars 52 forks source link

"Recipient is not registered" when messaging self #8

Closed saulmc closed 2 years ago

saulmc commented 2 years ago

After connecting a new wallet and signing twice, I expect that I can copy my address and message myself. Instead, I receive an error indicating that my address is not registered with the network.

Note I'm connecting with Rabby.io, given the Metamask issue I ran into with xmtp-labs/eng#7 .

https://user-images.githubusercontent.com/510695/153111531-962a5e7b-6e47-4bd9-83dd-1d31b11827eb.mp4

snormore commented 2 years ago

I was able to reproduce this by creating a new wallet that hasn't yet registered against the testnet. The issue is related to xmtp-labs/core#152 where testnet storage is currently bounded and silently not accepting new messages (the registration message is just the first in your workflow). You can track the work in the linked issue.