Thanks!

However if I check the relays via the sidebar on the left I experience the same thing: when I hit refresh for a brief moment my 23 relays are shown and a few seconds later it changes the same way as described above.

This is right after page refresh:

This is about 3-4 seconds later when the page finished loading:

Reply to this note

Please Login to reply.

Discussion

Found the issue. Right now in nostr there are two ways to store the users relays. the older way is to store them in the users contacts list and the newer way is to use NIP-65 relay list.

noStrudel uses the newer NIP-65 but also tries to fallback to reading the relays from the users contacts list.

It looks like in your case there where still some relays in your contacts list, and since your contact list was newer noStrudel was switching over to use that.

TLDR; Should be fixed in the alpha version

it works now 👏 👏

thank you ser 🫡