This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
Replies: 1 comment 3 replies
-
Facing the same issue. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Created a new NextJS project and deployed to Vercel about a week ago. Deployment itself seems to be working fine, but I'm not seeing anything in the runtime logs section. I added a console.log to the home screen and confirmed that it's displaying in the terminal, but nothing in the Vercel dashboard. Not seeing logs for GET requests either, and all of the filters are empty. I see logs for a project I deployed a few months ago, and I don't remember needing to configure anything special for that. Do I need to enable something in order for logs to populate?
Example
No response
Steps to Reproduce
Created a new Vercel project
Populated with Next application via GitHub
Runtime logs are always empty
Beta Was this translation helpful? Give feedback.
All reactions