How to see NextJS logs on Vercel/Axiom/BetterStack?
I have an next 13 app deployed with an endpoint
api/dostuff/route.ts
that is a simple GET method that returns a JSON and logs message using console.log()
when deploying to Vercel and having the Logs
page open, I only see HTTP request logs but no runtime/functions logs. I have also added integrations to both Axiom and BetterStack (Logtail) to no avail. Any ideas please?2 Replies