We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
web3auth.authenticateUser() fails with the Solflare Adapter. It seems like the communication regarding signing the message is not working properly
web3auth.authenticateUser()
Steps to reproduce the behavior:
Error trace:
Web3Auth init error TypeError: Expected Uint8Array at Object.encode (index.js?12bc:30:44) at SolflareAdapter._callee$ (baseSolanaAdapter.esm.js?28c0:125:62)
The text was updated successfully, but these errors were encountered:
Still dealing with this issue on my side
Sorry, something went wrong.
No branches or pull requests
Describe the bug
web3auth.authenticateUser()
fails with the Solflare Adapter. It seems like the communication regarding signing the message is not working properlyTo Reproduce
Steps to reproduce the behavior:
web3auth.authenticateUser()
Additional context
Error trace:
The text was updated successfully, but these errors were encountered: