How to call console.log in Plugin Action

Hey,

I am trying to debug into Plugin Actions. So calling the console.log("first message")

But when I am running the application and nothing is printing into the console?

1 Like

Hey @ankur1,

It seems like a server action. I would recommend returning a text value for debugging.

Cheers,
Hugo

4 Likes