Next.js Discord

Discord Forum

504 timeout: ‘ai/streamUI’ timing out server action

Unanswered
Thrianta posted this in #help-forum
Open in Discord
ThriantaOP
I’ve got a server action that handles passing text and/or an image to a ‘streamUI’ function from vercel’s ai package. Inside this function, theres a possible tool call that passes the image to another ai function called ‘generateObject’.

In development it takes about 20s from calling the action with an image to seeing the final response. But on prod, even with this specific route ‘maxDuration’ set to 60s, it times out.

0 Replies