Trpc routes code execution during nextjs build process
I have some trpc routes that access redis db and during next build this code is executed which results in redis errors trying to connect to the server... How to work around this...
This seems like nextjs is trying to pre-render trpc ??
0 Replies