sol-surfer-nft / sol-surfer-ui

The UI for SolSurfer's Interchain NFT Exchange. V2 under development
https://marketplace.solsurfer.xyz
12 stars 9 forks source link

Unable to connect to devnet wallet #15

Closed ericstran closed 3 years ago

ericstran commented 3 years ago

These are the errors I got from trying to connect on these wallets:

Sollet: Unhandled Rejection (Error): failed to get info about account oAi5miM72dpWeMfqEbBbB7nciuds5NG37NS5VANpY4R: TypeError: Failed to fetch

solong: Unhandled Rejection (Error): failed to get info about account 11111111111111111111111111111111: TypeError: Failed to fetch

solflare: Unhandled Rejection (Error): failed to get info about account CXhG3vEDHjJUShoZijKfTid8FeVmfgGDDgFPpEuZrsMU: TypeError: Failed to fetch

ledger: Unhandled Rejection (Error): failed to get info about account 11111111111111111111111111111111: TypeError: Failed to fetch

phantom: Unhandled Rejection (Error): failed to get info about account 11111111111111111111111111111111: TypeError: Failed to fetch

Possible Fixes: comment out the option for devnet and testnet (serum dex doesn't have them as options)

nstranquist commented 3 years ago

When the account says "111..." you are not using a valid / recognized account. When it knows the account address but still cannot connect, that is because you are not running the devnet on your local machine correctly. There's some more information about this on solana's documentation for connecting to devnet.