timeout
Unanswered
Sharp-tailed Sandpiper posted this in #help-forum
Sharp-tailed SandpiperOP
I'm on a pro plan on Vercel. Trying to setup custom timeout limits for my functions and this vercel.json is not working.
"functions": {
"pages/api/*.js": {
"maxDuration": 59
}
what am i doing wrong?
"functions": {
"pages/api/*.js": {
"maxDuration": 59
}
what am i doing wrong?
10 Replies
Giant panda
As this is purely an issue related to Vercel as a platform I'd kindly ask you to move your question over to their discussion board linked in #vercel-help.
Sharp-tailed SandpiperOP
Oh, ok... is there anyone there?
I can't post there... just, can you tell me anything about this issue? do you if it's a known issue on their side or smth?
Giant panda
You can't post in that channel because you haven't read the message in there.
Sharp-tailed SandpiperOP
it's just a link to open a support ticket which i have already done
Giant panda
There is also a discussion board that I mentioned where you can ask for help as well.
Sharp-tailed SandpiperOP
alright, tks
European pilchard
@Sharp-tailed Sandpiper did you figure this out? we're also on a pro plan and having the same problem
European pilchard
European pilchard
fyi we were using the app API, not the pages API