-
Notifications
You must be signed in to change notification settings - Fork 88
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
Type for OAuthExtension not working with type Magic on latest version. #680
Comments
And I am using nextjs 14 app router latest version. "dependencies": { |
@rameshdon1 Have you been able to use the OAuth extension and sign in with social regardless? I'm currently trying to move past the type issue anyway, but when trying to force running |
I traded emails with support and found the issue, which is not with Magic. After investigating further (I upgraded to the latest SDK versions in Magic's google-auth-demo and verified the implementation still works fine.), I found, for my case, there appears to be a conflict between the later versions of the magic-sdk and the earlier versions of the SDK that the @thirdweb-dev/wallets sdk relies on. I've since removed the stable Thirdweb SDK and opted to use the beta version, which removes Magic as a dependency, freeing me up to use both the latest versions of |
@rameshdon1 I fixed it by specifying the following versions and reinstalling them.
|
β Prerequisites
magic-sdk
)?π Description
I am getting this typescript error since the latest version of both magic-sdk and @magic-ext/oauth package
I am getting my project's build failed due to this error. Is there anything that i am doing wrong?
Here is my package version.
The text was updated successfully, but these errors were encountered: