Log in to browser console
Answered
Mhamad Othman posted this in #help-forum
Is there any way in nextjs 15 server component , make the console.log() show in the browser console instead of terminal ?!
Answered by joulev
no. they are server components, they only run on the server, exclusively. if somehow variables on the server were available on the client as well, it would be a huge security problem
2 Replies
no. they are server components, they only run on the server, exclusively. if somehow variables on the server were available on the client as well, it would be a huge security problem
Answer
It would have been nice to show only in dev , thanks anyway