Learn how to debug server side action error in Bubble plugin editor

Hi Everyone,

If while building the plugin - if you ever try to print “console.log("This is test");” - you have noticed you can’t able to see the “this is test” anywhere in browser console.

This is because the action function runs on the Bubble server, not on the browser level.

Show how you can see the response-

  1. Go to your test app (in which you are testing the plugin) and Logs => Server Logs and enable these two logs level-
    a.) Plugin server-side output
    b.) Plugin server-side error

  1. Now test you plugin action and in the logs you will see the output.

That’s it for this time-

DO checkout my Bubble plugin course - Learn Bubble.io Plugin Development (Use code “20_PER_OFF” to get 20% discount)

2 Likes