Next.js Discord

Discord Forum

Long-running edge functions don't produce console.log output?

Unanswered
Cassin's Kingbird posted this in #help-forum
Open in Discord
Avatar
Cassin's KingbirdOP
We've been running into a strange issue on Vercel where long-running edge functions long (20s+) will work correctly -- they return a 200 OK with the expected response -- but they produce no console.log output.

We get console.log output if its only 10s, but not 20s+

has anyone else run into this? We've also filed an issue w/ Vercel support. really weird one!

we've managed to reproduce this with or without appdir, and both using HTTP streaming and without

here's the simplest possible reproduction with some detailed notes: https://github.com/glifxyz/missing-vercel-logs

0 Replies