{
"errorType": "Error",
"errorMessage": "New streams cannot be created after receiving a GOAWAY",
"code": "ERR_HTTP2_GOAWAY_SESSION",
"stack": [
"Error [ERR_HTTP2_GOAWAY_SESSION]: New streams cannot be created after receiving a GOAWAY",
" at ClientHttp2Stream.requestOnConnect (internal/http2/core.js:684:17)",
" at internal/http2/core.js:1694:53",
" at Array.forEach (<anonymous>)",
" at ClientHttp2Session.<anonymous> (internal/http2/core.js:1694:38)",
" at Object.onceWrapper (events.js:421:26)",
" at ClientHttp2Session.emit (events.js:326:22)",
" at emit (internal/http2/core.js:301:8)",
" at processTicksAndRejections (internal/process/task_queues.js:86:21)"
]
}
but it is ok if i use faunadb.js version 2.x.
any one experiencing this?