TRPC function invocation timeout
Unanswered
0xtz posted this in #help-forum
0xtzOP
I have a trpc mutation with a long task that takes like 40 60 s but it gets timed out hhhh
I did this in my Vercel. json
didn't work.
making this a route handler ll take time 😂 ...
any ideas 💡 please??
I did this in my Vercel. json
"functions": {
"app/api/**/*": {
"maxDuration": 300
}
}didn't work.
making this a route handler ll take time 😂 ...
any ideas 💡 please??