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
Hi,
On one of my websites I am using signMessage on front-end and verify that signature on the backend to prove wallet ownership, but I am getting the following error:
"[unsupported] signing off chain messages with ledger is not yet supported"
Not sure if it's a library issue, cause I'm signing messages on other sites without any issue. Blind signing enabled.
Warm wallets work fine.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Yep, the error is correct. Solana off chain messages can't be signed with the Ledger app yet, with or without blind signing. There's a Foundation RFP being developed to build this, but it's out of scope for Wallet Adapter. We can't do anything here until it's supported by the device.
@jordansexton can you please clarify a bit on this? I thought support to sign off chain messages with Ledger was added last year after this announcement from Anatoly. Is there anything I'm missing?
Hi,
On one of my websites I am using signMessage on front-end and verify that signature on the backend to prove wallet ownership, but I am getting the following error:
"[unsupported] signing off chain messages with ledger is not yet supported"
Not sure if it's a library issue, cause I'm signing messages on other sites without any issue. Blind signing enabled.
Warm wallets work fine.
Thanks in advance
The text was updated successfully, but these errors were encountered: