Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why Vercel function log does not show console.log? [closed]

Tags:

next.js

vercel

I see this for server method generatePostAnimation

enter image description here

basically no log lines.

I have many console.log like this:

console.log('Képek betöltve')

What do I miss?

https://vercel.com/support/articles/where-are-vercel-logs

like image 621
János Avatar asked Feb 16 '26 01:02

János


1 Answers

You seem to have a failed request — check the errors tab to see if there's something there. In any case, you're not seeing your console.log outputs since no request was registered (likely due to an error ^).

like image 59
Joel H Avatar answered Feb 20 '26 07:02

Joel H



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!