-
Summaryhow output the log in server action console.log not work this time . Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
sytpb
Jul 4, 2023
Replies: 1 comment 7 replies
-
|
It logs on the server. Server Actions are invoked from the client, but run server side. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



OK ,you are right , I have understood , I should put the console.log in action file , not in client component .
really appriciate for you .