-
Notifications
You must be signed in to change notification settings - Fork 72
Description
a specific commit has broken the process of connecting a wallet.
my best guess is this commit (d9afffb) in particular. on my computer when i tested the latest changes, i ran into this infinite rendering of the phantom wallet as i've described in this issue: #241
i had to go some steps back into the commit history where there's a stable version of the code, and connecting a wallet just works fine as we've always had it.
Screen.Recording.2025-09-08.at.1.47.43.PM.mov
while walking through #241 with @EmmanuelOloke, we figured out that even connecting a StarkNet wallet is impossible. see the respective error:
@kabugatti, could you walk me through what the essence of this function (👇🏼) is?
i also believe that the useWallet hook file should not have been updated the way it was with the various useEffects and all. which is most likely the reason that the wallet popover is always rendered even when people confirm the signature.
also, i don't understand why or the essence of the nextAuth approach/files in this (#233) PR with the Cross-Site-Request-Forgery API route. What exactly were you trying to do?