Where are the API logs for next.js?

I’m trying to figure out where I find my console.log outputs for the API endpoints in my next.js application. I read about function logs and others in the documentation but this hasn’t helped much.

Ok, nevermind - found the logs. They are under the “serverless functions”. The “serverless” name confused me a little. Thought it’s something that has to be configured separately, but it’s just my API functions.

Thanks for coming back and letting us know! Glad this is sorted out now.

1 Like