Closed julien51 closed 5 months ago
Same issue here. the qr code gives me deeplink url like farcaster://... I think it's wrong, at least for the android, and I was able to replace it with https://client.warpcast.com/deeplinks/signed-key-request?token=FOO, which takes me to @mod approval in warpcast client, but then it fails with InvalidMetadata
Ok just managed to try it on ios and got the same error InvalidMetadata 🤔
@Yuripetusko assuming this is on the hosted debugger at https://debugger.framesjs.org, would you mind trying to clear your localstorage using localStorage.clear()
in the browser console when on there and trying again? InvalidMetadata sounds like an expired signature
Ok after many failed attempts I finally managed to make it work.
FARCASTER_DEVELOPER_ID
instead of FARCASTER_DEVELOPER_FID
frames
debugger correctly, I copied the generated sign in link tokenhttps://client.warpcast.com/deeplinks/signed-key-request?token=${token}
Thank you for reporting this, will look into adjusting the returned deeplink url to improve the UX for android users
This issue should be resolved in the next release
when using the debugger, I am scaning the QR code from my phone but on my android phone, this opens a Google saerch... (deep link issue?) Similarly, when clicking on the openurl button on my Mac, it does not seem to go anywhere