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
[-32000] Server error: Access key for public key ed25519:4dJaDkrAS2pM2G22i7hFpDKHqE7bQDpM4d9EwpeTcJHy has never been observed on the node
Note that this only happens when the code is run on GCP, not when running locally. Also, querying the RPC from localhost or from GCP does yield that the key is in fact attached to the account (pay-master.near).
To Reproduce
See code above, though it could not yet be reproduced by a third party. If necessary, we can set up a more elaborate example.
Expected behavior
I expect the account to be created without errors.
Version (please complete the following information):
Not applicable, as this relates to using NEAR RPC.
The text was updated successfully, but these errors were encountered:
Describe the bug
We have this code (behind an Express server deployed to GCP):
Yielding this error:
Note that this only happens when the code is run on GCP, not when running locally. Also, querying the RPC from localhost or from GCP does yield that the key is in fact attached to the account (
pay-master.near
).To Reproduce
See code above, though it could not yet be reproduced by a third party. If necessary, we can set up a more elaborate example.
Expected behavior
I expect the account to be created without errors.
Version (please complete the following information):
Not applicable, as this relates to using NEAR RPC.
The text was updated successfully, but these errors were encountered: