You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Describe the bug
When logging in using RainbowKit + Magic Connector the wrong API key is used to authenticate to the endpoint https://auth.magic.link/<API-KEY> the API KEY that is used which is causing the error is the connector.magicLinkSdkConfiguration.network.rpcUrl instead of connector.options.apiKey
The following is an example of my RainbowMagicLink Connector:
To Reproduce
Steps to reproduce the behavior:
Setup your NextJS app with RainbowKit Provider + RainbowMagicLink Connector
Use the ConnectButton to use Magic Link
Enter an email -> Submit
See error in console
Expected behavior
200 responses on auth.magic.link endpoints
Screenshots
The request sent after submitting an email
Additional context
Magic Team is aware and confirms this is not expected behavior.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When logging in using RainbowKit + Magic Connector the wrong API key is used to authenticate to the endpoint
https://auth.magic.link/<API-KEY>
the API KEY that is used which is causing the error is theconnector.magicLinkSdkConfiguration.network.rpcUrl
instead ofconnector.options.apiKey
The following is an example of my RainbowMagicLink Connector:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
200 responses on auth.magic.link endpoints
Screenshots
The request sent after submitting an email
Additional context
Magic Team is aware and confirms this is not expected behavior.
The text was updated successfully, but these errors were encountered: