ndk icon indicating copy to clipboard operation
ndk copied to clipboard

Failed to zap an event if outbox is enabled

Open reyamir opened this issue 1 year ago • 0 comments

On this line https://github.com/nostr-dev-kit/ndk/blob/ed33249ec3246efe8e0ac2720638d90a740e9c34/ndk/src/events/index.ts#L530

NDK is getting all connected relays to create zap request. If outbox is enabled, this relay list is huge, so zap request didn't created because HTTP 431 error (image below)

image

reyamir avatar Jan 18 '24 07:01 reyamir