Bohdan
TRPC giving 502 errors with jsonl header
@ayklee I'm experiencing the same issue (both in standalone and in regular Next.js
output
mode, using DigitalOcean and Dokploy). Weirdly enough, deploying with nixpacks
works, but I'm trying to move away from nickpacks
. Going to try your workarounds...
UPD: httpBatchStreamLink
seems to be the culprit. Replacing it with httpBatchLink
works as well.4 replies