-
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
How to resolve INCOMPATIBLE_EXTENSIONS error #198
Comments
Can you provide a reproduction of the issue in CodeSandbox? I'm using this to quickly test the problem but cannot reproduce: https://codesandbox.io/s/condescending-star-nvnlm?file=/index.html |
I see you're using |
Syntax differs slightly depending on whether you're consuming the SDK via CDN or NPM. When using our CDN, the extension class is prefixed with |
Took a deep dive into this issue and I believe it's related to an old cyclic dependency within the Related issues:
We are in the midst of a refactor that will bundle all Magic SDK dependencies together before publishing to NPM. I have run into this bug myself while implementing that change. I will try to resolve it for you from our side and ping this issue when the fix goes out (should be in |
Please give this a try with |
✅ Prerequisites
magic-sdk
)?❓ Question
I'm using
magic-sdk 4.4.2
and@magic-ext/oauth 0.9.0
. When tryingloginWithRedirect
as described here, I',m receiving this error:I've tried to downgrade to magic-sdk 4.0.0 and oauth extension version to 0.7.0 (got the instructions from support), but id did not resolve the issue. I've also tried other versions.
🌎 Environment
magic-sdk
yarn
The text was updated successfully, but these errors were encountered: