It’s almost always CORs. You basically need to add “Access-Control-Allow-Origin: *” to the headers.
https://github.com/nostr-protocol/nips/blob/master/05.md#allowing-access-from-javascript-apps
It’s almost always CORs. You basically need to add “Access-Control-Allow-Origin: *” to the headers.
https://github.com/nostr-protocol/nips/blob/master/05.md#allowing-access-from-javascript-apps
No replies yet.