[TRPCClientError]: Invalid response or stream interrupted
/
path, with message: [TRPCClientError]: Invalid response or stream interrupted
. For full error log please take a look on the attached image....Uploadthing, image is accessible even after deletion?
504 Gateway Timeout Error on Vercel
props with uploadthing
redirection not working from root path "/" (react-router v6)
How to test nextjs app against dockerized postgres container (Vercel)
Next Auth Session
/api/auth/[...nextauth].ts
and override it from there however the problem with this is that whenever I am making trpc requests I have to also manually override that one which makes me repeat unnecessary code. I was just wondering if there is a better way to go about this.
The part of the code I am referring to for the callbacks is the following:...How to add metadata to file been uploaded?
Using Dynamic Routes with Vercel Functions?
/api/events/init/[key]
I have this code:
```typescript
import { useParams } from 'next/navigation';...t3 stack, making querries every time i reload the page?
How to structure layout.tsx with multiple providers/components you want to render
DISCORD OAUTH Problem
T3 Env Docker env variables not found
Embedable Scripts
USing the latest t3turbo with prisma
API Patching Strategy
Expose API endpoints to other apps
Issue with T3turbo - Terminal Scroll to bottom and Not being able to select text
'Invalid response or stream interrupted' when using T3+TRPC with Clerk
useSuspenseQuery
while having clerk authentication implemented.
When I try to call useSuspenseQuery
, I get Invalid response or stream interrupted
error. On client I get Uncaught Switched to client rendering because the server rendering errored
. The full terminal output can be seen in this Github Gist.
As I was putting together minimal reproducible example, I found out that this doesn't occur without Clerk. This led me to suspect it has something to do with Clerk's middleware, but I have no idea how to even start to debug this....Loading server components on the client