I am testing out Vercel for a small project. So far I am impressed.
Currently, I am trying to figure out the logging. When I use the CLI to view the logs vercel logs, I can see my console.log statements.
However, I cannot see them in the log browser on the dashboard. In the dashboard, I can see the requests and their response code, but none of my console.log statements.
Is this expected behavior on the hobby plan or am I missing an option somewhere?
I just wanted to follow up. It looks like I can’t reproduce it any more. I am sure it was because of my code, potentially related to NextJS prerendering or caching that I don’t fully understand yet and will now study in more detail.