Skip to main content

View specific error codes in runtime logs

By Steven Van ·

Vercel's runtime logs now show the exact error code for a failed request, not just its HTTP status.

Runtime logs in the Vercel dashboard now show the specific error code for a failed request, not just the HTTP status. The request details panel on the runtime logs page lists codes like FUNCTION_INVOCATION_TIMEOUT or DEPLOYMENT_BLOCKED alongside the response status, so it's easier to tell why a request failed without cross-referencing Vercel's error codes list from the status code alone.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read View specific error codes in runtime logs on Creators Toolbox