You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
I am trying useSignIn hook in NextJS 14.1.4, I logged In from Wrapcast app after Scanning QR code, but in return onSuccess event is not working. In console i am getting two things 1 is from farcaster relay and 2nd posting to blockchain.
Had the exact same issue today. I managed to make it work by wrapping the methods in the useCallback hook.
For some reason the onSuccess/onError methods are not being triggered if they are not cached.
What is the bug?
I am trying useSignIn hook in NextJS 14.1.4, I logged In from Wrapcast app after Scanning QR code, but in return onSuccess event is not working. In console i am getting two things 1 is from farcaster relay and 2nd posting to blockchain.
How can it be reproduced? (optional)
https://github.com/jsonpreet/farcaster-login
The text was updated successfully, but these errors were encountered: