Closed
Description
✅ Prerequisites
- [ * ] Did you perform a cursory search of open issues? Is this question already asked elsewhere?
- [ * ] Are you reporting to the correct repository (
magic-sdk
)?
❓ Question
I'm using magic-sdk 4.4.2
and @magic-ext/oauth 0.9.0
. When trying loginWithRedirect
as described here, I',m receiving this error:
Uncaught Error: Magic SDK Error: [INCOMPATIBLE_EXTENSIONS] Some extensions are incompatible with `[email protected]`:
- Extension `oauth` supports version(s) `>=2.4.6`
at new MagicSDKError (sdk-exceptions.js:17)
at Object.exports.createIncompatibleExtensionsError (sdk-exceptions.js:138)
at SDKBase.prepareExtensions (sdk.js:83)
at new SDKBase (sdk.js:107)
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
Software | Version(s) |
---|---|
magic-sdk |
4.4.2 |
Browser | Brave Version 1.26.74 Chromium: 91.0.4472.124 (Official Build) (64-bit) |
yarn |
v1.21.1 |
Operating System | Ubuntu 18.04.5 LTS |