We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR loading NDKInstance
If one of the given relays in NDKProvider.relayUrls is not reachable, an error is thrown:
NDKProvider.relayUrls
ERROR loading NDK NDKInstance undefined
NDK can be used without a connection to the defunct relay.
NDK cannot be used at all and is undefined.
undefined
Add wss://non-existing-relay.example.com to the NDKProvider:
wss://non-existing-relay.example.com
NDKProvider
<NDKProvider relayUrls={[ "wss://non-existing-relay.example.com", "wss://relay.damus.io", "wss://relay.snort.social", "wss://purplepag.es", ]} > [...] </NDKProvider>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If one of the given relays in
NDKProvider.relayUrls
is not reachable, an error is thrown:Expected behaviour
NDK can be used without a connection to the defunct relay.
Actual behaviour
NDK cannot be used at all and is
undefined
.How to reproduce
Add
wss://non-existing-relay.example.com
to theNDKProvider
:The text was updated successfully, but these errors were encountered: