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?
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?
Hey @ankur1,
It seems like a server action. I would recommend returning a text value for debugging.
Cheers,
Hugo