ostyjs / create-osty

Framework for building Nostr web applications.
https://osty.dev
MIT License
41 stars 7 forks source link

login error: setSigner is not a function #9

Closed wds4 closed 3 months ago

wds4 commented 3 months ago

I am able to install osty successfully using npm create osty@latest and open the login page, but each time I try to login I get the error: setSigner is not a function

So far I have tried this on linux ubuntu 22.04.4 and on macOS 12.5.1. On each, I have tried it using Alby and with a newly generated secret key.

Anyone else getting this error?

sepehr-safari commented 3 months ago

FIXED in https://github.com/ostyjs/create-osty/commit/6f15e30443fc21e8a476c0a5f74c408525791fd0

could you please verify this fix?

wds4 commented 3 months ago

Login with newly generated secret secret key works now on Linux and macOS

Login with extension works on Linux and macOS

👍🏻