near / near-cli

General purpose command line tools for interacting with NEAR Protocol
https://docs.near.org
MIT License
193 stars 94 forks source link

`near login` no longer works after wallet deprecation #1080

Closed Wabinab closed 8 months ago

Wabinab commented 8 months ago

Describe the bug Since wallet.near.org and its testnet equivalent had been deprecated, links generated by near login no longer works.

To Reproduce

  1. Call near login.
  2. It'll open in new browser; but it doesn't show up the authentication page anymore, redirecting to main page instead.

Expected behavior Suppose allow authentication.

Suggested Fix Get the link to redirect to another wallet instead, like mynearwallet.com, by replacing wallet.testnet.near.org with testnet.mynearwallet.com (and its correspondence for mainnet, and other net).

EdwardRodr1guez commented 8 months ago

its really incredible how this problem persists. It is not acceptable

lakshz commented 8 months ago

I was faced with the same bug. Ready to work on this issue.

gagdiez commented 8 months ago

near-cli v3.5.0 was released, it uses mynearwallet as default, instead of wallet.near.org. Please let us know if you encounter any troubles with it