Next.js Discord

Discord Forum

TRPC function invocation timeout

Unanswered
0xtz posted this in #help-forum
Open in Discord
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
"functions": {
    "app/api/**/*": {
      "maxDuration": 300
    }
  }


didn't work.

making this a route handler ll take time 😂 ...
:thinq:
any ideas 💡 please??

0 Replies