solflare-wallet / solflare-sdk

2 stars 5 forks source link

Devnet message sign: Network mismatch error #17

Open alexandr-kazakov opened 5 months ago

alexandr-kazakov commented 5 months ago

Bug report

RPC url devnet + Wallet adapter devnet + Solflare devnet = I have this error when I try to sign a message in devnet:

Снимок экрана 2024-04-19 в 09 43 05

Code example:

        const { signMessage } = useWallet();
        const message = new TextEncoder().encode("abcd");
        if (signMessage) {
            const signature = await signMessage(message);
            console.log('signature', signature);
        }

Related: https://solana.stackexchange.com/questions/12768/network-mismatch

huybuidac commented 5 months ago

Solflare can not execute transaction on devnet/testnet now. Can someone help?

JesseKuntz commented 4 months ago

+1 on this. Confirmed that I am using the Devnet RPC URL and Solflare is in Devnet Mode. Other wallets are signing and broadcasting transactions just fine with the same process.

DannyDesert commented 1 month ago

This is happening again.

sineus commented 1 month ago

I have the same issue... Help from Solflare team?

AdamK222 commented 2 weeks ago

Same issue on my side.

jude98 commented 2 weeks ago

Any update from Solflare team? Same issue here!

eprtha commented 2 weeks ago

same here

eprtha commented 1 week ago

image

Even Wallet Adapter demo shows same network mismatch problem https://github.com/anza-xyz/wallet-adapter?tab=readme-ov-file