xSenny_
Explore posts from serversStream closed, but it returns the actual data
So I have this procedure that simply returns a list of objects from db:
. The thing is that it returns the correct list, but it also gets me a Stream Closed error, even when I'm artificially returning an empty list. What's actually wrong with it?
This is how I'm calling the function, I was inspired from the t3-app post query
and
2 replies
TTCTheo's Typesafe Cult
•Created by xSenny_ on 3/9/2025 in #questions
Stream Closed, but I'm getting my results
So I have this procedure that simply returns a list of objects from db: . The thing is that it returns the correct list, but it also gets me a Stream Closed error, even when I'm artificially returning an empty list. What's actually wrong with it?
This is how I'm calling the function, I was inspired from the t3-app post query
and
3 replies
TTCTheo's Typesafe Cult
•Created by xSenny_ on 3/5/2025 in #questions
Need help with useOptimistic()
Hey, for some reasons, when using this code:
, my code is optimistically updated, but after a second, the state gets reverted as it was. I can also confirm that the mutation function is working, since my database is changing. Probably I also have to edit the data as well, true?
3 replies
TTCTheo's Typesafe Cult
•Created by xSenny_ on 7/7/2024 in #questions
NextJS route.ts gets a 504 Gateway Timeout
Here is my code, I am basically fetching some data from mongodb and get this error.
Everything works fine in my local build, but not while hosted on vercel.
Here s my code
Could it be because of it being slow?
3 replies