API route logs on Vercel?
Unanswered
American Shorthair posted this in #help-forum
American ShorthairOP
One of my next 13 API routes is returning a 500 but I can't find a log for it on Vercel. Helpful doc links?
2 Replies
American ShorthairOP
FYI it seems like an intermittent failure if the client hammers on the route too hard. Running the same network request via curl returns the expected data.
@American Shorthair One of my next 13 API routes is returning a 500 but I can't find a log for it on Vercel. Helpful doc links?
Logs don't get stored, they come in as you're viewing the page.
If an api route fails you should see it in your project's logs page.
If an api route fails you should see it in your project's logs page.