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

Leo Wallet Connection Error #4

Open
mikenike360 opened this issue Dec 4, 2024 · 2 comments
Open

Leo Wallet Connection Error #4

mikenike360 opened this issue Dec 4, 2024 · 2 comments

Comments

@mikenike360
Copy link

Using the v4 branch and the app compiles successfully. When I navigate to any page I'm unable to connect my leo wallet. The only error appearing is in the browser console:

addToWindow.js:1 Error: INVALID_PARAMS
next-dev.js:53 WalletConnectionError: Some of the parameters you provided are invalid
at LeoWalletAdapter.connect (adapter.js:261:23)
at async eval (WalletProvider.js:163:13)
window.console.error @ next-dev.js:53
eval @ WalletProvider.js:99
emit @ index.js:181
connect @ adapter.js:268
await in connect
eval @ WalletProvider.js:163
eval @ WalletConnectButton.js:23
callCallback @ react-dom.development.js:4161
invokeGuardedCallbackDev @ react-dom.development.js:4210
invokeGuardedCallback @ react-dom.development.js:4274
invokeGuardedCallbackAndCatchFirstError @ react-dom.development.js:4288
executeDispatch @ react-dom.development.js:9038
processDispatchQueueItemsInOrder @ react-dom.development.js:9070
processDispatchQueue @ react-dom.development.js:9083
dispatchEventsForPlugins @ react-dom.development.js:9094
eval @ react-dom.development.js:9285
batchedUpdates$1 @ react-dom.development.js:26091
batchedUpdates @ react-dom.development.js:3988
dispatchEventForPluginEventSystem @ react-dom.development.js:9284
dispatchEventWithEnableCapturePhaseSelectiveHydrationWithoutDiscreteEventReplay @ react-dom.development.js:6462
dispatchEvent @ react-dom.development.js:6454
dispatchDiscreteEvent @ react-dom.development.js:6427

@mikenike360
Copy link
Author

It also appears that the public mint site for privacy pride is also not working. The console shows it still trying to connect to the old test net not the new test net beta. I also can't connect my wallet and get the same error that I pasted above.

@mikenike360
Copy link
Author

mikenike360 commented Dec 8, 2024

updating the modules seems to have solved my issue:

"@demox-labs/aleo-wallet-adapter-base": "^0.0.22",
"@demox-labs/aleo-wallet-adapter-leo": "^0.0.24",
"@demox-labs/aleo-wallet-adapter-react": "^0.0.21",
"@demox-labs/aleo-wallet-adapter-reactui": "^0.0.35",

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

2 participants
@mikenike360 and others