Gajus Kuizinas
Gajus Kuizinas
We fixed it by patching `package.json`. ```diff diff --git a/package.json b/package.json index bc9cb36d157e5db2a7614d028a5a59262c8711f6..d9271fd0f0c7489f91ad6ada3fb130a6ddc0a051 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,7 @@ "version": "2.0.3", "description": "Thread-safe Helmet for React 16+...
> @gajus there have been some changes to IITM since this issue was opened. Can you confirm whether this is still an issue? We abandoned the efforts of adopting opentelemetry...
Did yo find a workaround?
Not really, because the tests that are failing are for authorized user. So everything would fail even before it gets to it. For what it is worth, we are just...
I am not convinced that it is coming from the cookie plugin either. For instance, this crash does not refer to the cookie plugin. ``` [00:56:47.931] 1ms debug @slonik: query...
Annoyingly I was not able to replicate it locally yet, so cannot provide that or fix it. But I am working on it.
I am still trying to understand what is happening here, but it looks like it happens after there is an unhandled rejection: ```ts [03:16:11.343] 2ms debug %@contra/contra-api: The existing session...
I don't know what the underlying issue is, but the issue is def with `graphql-yoga` / Fastify interoperability. I realized that Yoga response itself is a readable stream, and given...
Will leave this open since it is an issue with Yoga / Fastify compatibility.
Thanks for this. Just deployed this change – so far looking really good!