Skip to content
New issue

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

bug: ERROR loading NDKInstance if relay is unreachable #4

Open
theborakompanioni opened this issue Dec 28, 2023 · 0 comments
Open

bug: ERROR loading NDKInstance if relay is unreachable #4

theborakompanioni opened this issue Dec 28, 2023 · 0 comments

Comments

@theborakompanioni
Copy link

theborakompanioni commented Dec 28, 2023

If one of the given relays in NDKProvider.relayUrls is not reachable, an error is thrown:

ERROR loading NDK NDKInstance undefined

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 the NDKProvider:

<NDKProvider
  relayUrls={[
    "wss://non-existing-relay.example.com",
    "wss://relay.damus.io",
    "wss://relay.snort.social",
    "wss://purplepag.es",
  ]}
>
   [...]
</NDKProvider>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant