T
tRPC

Vercel maxDuration with tRPC

Vercel maxDuration with tRPC

VVengeance10/19/2023
How do you extend extend tRPC timeouts on Vercel? I tried this in vercel.json:
{
"functions": {
"api/trpc/[trpc].ts": {
"maxDuration": 300
}
}
}
{
"functions": {
"api/trpc/[trpc].ts": {
"maxDuration": 300
}
}
}
Solution:
Nvm I got it
src/pages/api/trpc/[trpc].ts
src/pages/api/trpc/[trpc].ts
...
Jump to solution
Solution
VVengeance10/19/2023
Nvm I got it
src/pages/api/trpc/[trpc].ts
src/pages/api/trpc/[trpc].ts

Looking for more? Join the community!

T
tRPC

Vercel maxDuration with tRPC

Join Server