I build a nextjs app with dagger and if it fails I usualy dont get the error logget using the LogOutput. Only the normal logs are shown but every so often i get the error in the output. Why could that be?
I use dagger for node on version 0.11.4
await connect(
async (client) => {
//build next app
}
, {LogOutput: process.stdout}
)```