-
Notifications
You must be signed in to change notification settings - Fork 95
Failed to verify accountId. [-32700] Parse error: Failed parsing args: missing field account_id
#909
Comments
Works on my PC. Arch, Node 16, NEAR CLI 3.1.0. |
Yes. Unable to reproduce this issue next day after restarting my PC. Closing this. |
I dug into this and added a comment in #946: #946 (comment); hopefully it will help future devs with the same problem. |
@adamk72 CLI should throw meaningful error like unable to bind to port in that case. Because current error message is confusing and misleading. |
I get this error not on the near CLI - the login there works. But I have the same error in the frontend when I try to call a method on the contract, " Failed parsing args: missing field
Output:
|
Describe the bug
CLI shows Failed to verify accountId. [-32700] Parse error: Failed parsing args: missing field
account_id
To Reproduce
Steps to reproduce the behavior:
near login
account_id
Expected behavior
CLI should login with selected account
Screenshots

Desktop (please complete the following information):
Additional context
node v16.13.1
near-cli v3.1.0
tested with both Firefox and Chrome. CLI crashes with that error even before account selection and redirection to that http://127.0.0.1:5001/?account_id=...... link
The text was updated successfully, but these errors were encountered: