Vercel deployment problem - timing out randomly
Unanswered
Rhinelander posted this in #help-forum
RhinelanderOP
I extended the duration of serverless functions to 60 seconds wherever possible. As shown in the image, the AI starts and finishes without any issues, so it isn't the problem. However, random /platform requests are failing, and I don't recall setting it up that way. What should I do, and what are my options?
8 Replies
Oak shoot sawfly
I have the same problem.
RhinelanderOP
Did you manage to fix it?
if you aren't paid then the function limit is 10 - 15 seconds. if you are then maybe you configured it wrongly..
you can try making direct change into API route: as a
export const maxDuration = 200;
you can try making direct change into API route: as a
export const maxDuration = 200;
RhinelanderOP
I did just that and that
I increased to 60s as hobby plan can now do that
I just dont get it why do i even havw poat requwst to /platform
Its not api route i did not specify this myself. Like at least not intentionally