Signing message treats as sign transaction #174
-
SummaryHi I am trying to sign a message using solana/wallet-adapter and gets error: "Cannot sign transaction using sign message" code example below, Solflare and Wallet Connect treats Uint8Array encoded message fine, so trying to figure out ExampleNo response Steps to Reproduceimport { serialize } from 'borsh'; Phantom Version24.1.0 Is there an existing discussion for this?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @valentyn-solana, Thank you for writing in! Do you have this app hosted somewhere? We haven't received any other reports of an issue like this. And message signing seems to be functioning as expected with other applications. So I would suspect it's something with your client implementation. You can see our sandbox here: https://phantom-sandboxes.vercel.app/sol-sandbox and the code is here: https://github.com/0xproflupin/phantom-sandboxes |
Beta Was this translation helpful? Give feedback.
Hey @valentyn-solana,
Thank you for writing in! Do you have this app hosted somewhere?
We haven't received any other reports of an issue like this. And message signing seems to be functioning as expected with other applications. So I would suspect it's something with your client implementation. You can see our sandbox here: https://phantom-sandboxes.vercel.app/sol-sandbox
and the code is here: https://github.com/0xproflupin/phantom-sandboxes