No logs showing up

Im using console.log and console.error (node js project) in multiple parts of the project and I am not seeing any logs what so ever in the log tab.

Project builds and runs successfully, but I dont see any logs.

Repository: GitHub - swisstackle/BillCostAlerts

Site: https://billalerts.vercel.app/

To reproduce, fork the repo and deploy it

Hello :wave: The compiler removes these by default to prevent extra noise from leftover debug logs.

If you’d like to modify this you can change it under the compiler options in your Next.js config: Architecture: Next.js Compiler | Next.js

Hope this helps, let me know if you have questions!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.