3
votes

I keep getting below error every once in a while when I call the datastore.save method:

Error: Endpoint read failed at /user_code/node_modules/@google-cloud/datastore/node_modules/grpc/src/client.js

My code is running inside a Google Cloud Function and I am using the official Node.js client library provided by Google for Google Cloud Datastore.

Can someone help? Thanks in advance.

1
I'm seeing the same issue. - playsted
I'm also getting this error sometimes when calling datastore from my cloud functions. - Kim

1 Answers

0
votes

As mentioned in the comments, this appears to be an instance of this issue. That issue has since been closed because a change in the gRPC library should fix the problem.