Improve error when a mutliaddr without peer ID is passed #64
Labels
dif/medium
Prior experience is likely helpful
effort/days
Estimated to take multiple days, but less than a week
P2
Medium: Good to have, but can wait until someone steps up
UX Problem
Passing a multiaddr without a peer ID will yield the following error:
⚠️ backend returned an error: 500 invalid p2p multiaddr
For example:
Suggested solution
Either perform client side validation on the multiaddr and require a PeerID in the multiaddr or improve the error message from the backend.
The text was updated successfully, but these errors were encountered: