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
Describe the bug Enabling testMode in the Magic SDK configuration and trying to login with email OTP throws an error "Method not supported".
This message pops up in the HardHat console when trying to sign in: magic_auth_login_with_email_otp_testing_mode - Method not supported
Config:
[...] magicSdkConfiguration: { testMode: true, network: { rpcUrl: 'http://localhost:8545', chainId: 31337, }, }, [...]
It worked fine before upgrading wagmi, viem and the connector to V2.
To Reproduce Enable testMode and try to login with email OTP.
Expected behavior Signing in to work.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Enabling testMode in the Magic SDK configuration and trying to login with email OTP throws an error "Method not supported".
This message pops up in the HardHat console when trying to sign in: magic_auth_login_with_email_otp_testing_mode - Method not supported
Config:
It worked fine before upgrading wagmi, viem and the connector to V2.
To Reproduce
Enable testMode and try to login with email OTP.
Expected behavior
Signing in to work.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: