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
Problem
Hey I tried to run the wallet locally with yarn start and got an error when trying to import my account with mnemonics: GET https://testnet-api.kitwallet.app/publicKey/ed25519:Dcpb...QzP6aZ/accounts404 not found.
I'm sure the account exists and it is an API error, does the kitwallet API allow access from another origin?
Expected Behavior
I can import my account
Steps to reproduce
The text was updated successfully, but these errors were encountered:
@danielwpz , Looks like Near has added authentication to kit wallet endpoint. Even basic endpoint https://testnet-api.kitwallet.app/stakingPools is not working bro which i have been accessing from long time 😓 😓
Problem
Hey I tried to run the wallet locally with
yarn start
and got an error when trying to import my account with mnemonics:GET https://testnet-api.kitwallet.app/publicKey/ed25519:Dcpb...QzP6aZ/accounts
404 not found
.I'm sure the account exists and it is an API error, does the kitwallet API allow access from another origin?
Expected Behavior
I can import my account
Steps to reproduce
The text was updated successfully, but these errors were encountered: