Trpc SSE subscriptions does not work on edge for me. Is there some specific config i need to implement?
I have followed the guide for subscriptions on trpc docs (https://trpc.io/docs/server/subscriptions)
I switched trpc routes to edge runtime in nextjs, and now the superjson transformer doesn't work. Has anyone else ecountered this probelm and found a solution?