Open
Description
Context (Environment)
When starting the local server with npm run watch
I got the message saying not containing client_email
field. I guess this has to do with Google OAuth.
Am I the only one struggling with this error?
v1.4.1
Node: v15.8.0
Expected Behavior
(local server running correctly)
Actual Behavior
debug: updating tree...
warn: failed updating tree
{
message: 'The incoming JSON object does not contain a client_email field',
stack: 'Error: The incoming JSON object does not contain a client_email field\n' +
' at JWT.fromJSON (/Users/kinoshitaharuki/dev/library/node_modules/google-auth-library/build/src/auth/jwtclient.js:195:19)\n' +
' at GoogleAuth._cacheClientFromJSON (/Users/kinoshitaharuki/dev/library/node_modules/google-auth-library/build/src/auth/googleauth.js:301:16)\n' +
' at ReadStream.<anonymous> (/Users/kinoshitaharuki/dev/library/node_modules/google-auth-library/build/src/auth/googleauth.js:336:40)\n' +
' at ReadStream.emit (node:events:378:20)\n' +
' at endReadableNT (node:internal/streams/readable:1307:12)\n' +
' at processTicksAndRejections (node:internal/process/task_queues:81:21)'
}