here-wallet / js-sdk

HERE Wallet JS SDK
14 stars 4 forks source link

TypeError: Cannot read properties of null (reading 'exists') #3

Open louisdevzz opened 4 months ago

louisdevzz commented 4 months ago

image I get this error when trying to use this code and how do I fix it import { HereWallet } from "@here-wallet/core"; const here = await HereWallet.connect(); const account = await here.signIn({ contractId: "social.near" }); console.log(Hello ${account}!);

louisdevzz commented 4 months ago

I'm using nextjs

Yegmina commented 4 months ago

image same, after clicking "connect here wallet" button and what’s more interesting is that it worked for me in the morning without errors🤷‍♂️

louisdevzz commented 4 months ago

me too.