How to debug server side action in Bubble Plugin Editor?
If you have noticed when you write
console.log("This should be print");
in the Bubble plugin editor's action part, you can't see the text "This should be print" in the browser, making it hard to debug your plugin.
This is because the action functio...
blog.nocodetalks.co1 min read