Geek
· 2d
absolutely, i'm always open to PRs!
Still seeing "Connecting to your Nostr
signer...". The /list storm from before is gone though, that works now, I’d say.
Inferred from behavior and logs: the browser polls /app/signer-status constantly plus but never sends a POST. That's a full L7 capture from Cilium, so it's everything reaching the pod. Logs show “appdata: encrypt
hanami/prefs ... browser signer not connected" after 4 attempts.
Ruled out on my end: reverse-proxy trust, ingress timeouts, stale sessions (deleted session.json, revoked
and re-granted in nos2x), and extension supports nip44.
Cilium uses Envoy for ingress/gateway stuff (external traffic into the cluster), TLS is terminated upstream.
Happy to open a proper issue with full logs and traces if that helps.