Reputation: 35100
I see this for server method generatePostAnimation
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
Upvotes: 15
Views: 8952
Reputation: 37
I think that the vercel only shows build logs like:
Upvotes: -1
Reputation: 990
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 ^).
Upvotes: 0