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
Did you perform a cursory search of open issues? Is this bug already reported elsewhere?
Are you running the latest SDK version?
Are you reporting to the correct repository (magic-sdk)?
๐ Description
When trying to call const isMagicLoggedIn = await magic.user.isLoggedIn();, I either get this error: Magic SDK Error: [MODAL_NOT_READY] Modal is not ready., either the await never gets resolved.
๐งฉ Steps to Reproduce
Install the below documented dependencies and run the code sample.
๐ค Expected behavior
I expect no error or timeouts.
๐ฎ Actual behavior
I receive MODAL_NOT_READY or the await call never gets resolved.
โ Prerequisites
magic-sdk
)?๐ Description
When trying to call
const isMagicLoggedIn = await magic.user.isLoggedIn();
, I either get this error:Magic SDK Error: [MODAL_NOT_READY] Modal is not ready.
, either the await never gets resolved.๐งฉ Steps to Reproduce
Install the below documented dependencies and run the code sample.
๐ค Expected behavior
I expect no error or timeouts.
๐ฎ Actual behavior
I receive MODAL_NOT_READY or the await call never gets resolved.
๐ป Code Sample
๐ Environment
The text was updated successfully, but these errors were encountered: