Next.js Discord

Discord Forum

nexts logging on docker not working

Answered
West African Lion posted this in #help-forum
Open in Discord
West African LionOP
hello, anybody has ever succesfully managed to make dockerized nextjs application work with server side logs? https://github.com/vercel/next.js/issues/60723
Answered by Ray
because the GET endpoint is static generated by default
View full answer

7 Replies

because the GET endpoint is static generated by default
Answer
West African LionOP
wow it works
so that means i have to implement that on every route? is there any side effects if i do so ?
West African LionOP
thank you very much