near-wallet
near-wallet copied to clipboard
Cannot import accounts when running locally
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
@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 :sweat: :sweat:
@danielwpz , Can you also check if you are able to send near tokens & wallet page shows balance in near? More info on issue here - #2833