Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devnet message sign: Network mismatch error #17

Open
alexandr-kazakov opened this issue Apr 19, 2024 · 9 comments
Open

Devnet message sign: Network mismatch error #17

alexandr-kazakov opened this issue Apr 19, 2024 · 9 comments

Comments

@alexandr-kazakov
Copy link

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
Copy link

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

@JesseKuntz
Copy link

+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
Copy link

This is happening again.

@sineus
Copy link

sineus commented Aug 23, 2024

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

@AdamK222
Copy link

AdamK222 commented Sep 2, 2024

Same issue on my side.

@jude98
Copy link

jude98 commented Sep 5, 2024

Any update from Solflare team? Same issue here!

@eprtha
Copy link

eprtha commented Sep 7, 2024

same here

@eprtha
Copy link

eprtha commented Sep 9, 2024

image

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

@sineus
Copy link

sineus commented Oct 8, 2024

Issue is now fixed, thanks Solflare team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants