Custom action works in testing, but not when live

Hi there! I created a custom action that performs deletion of a row in Supabase, and everything was fine when I was setting up and testing the action.

Unfortunately, when I attach the custom action to a back button using an icon component, nothing happens when I click the button, and subsequent actions on that component are blocked.

Opening the web console, I see the following error every time I click the button:
adalo-database-api.herokuapp.com/custom-action/null/execute:1
Failed to load resource: the server responded with a status of 500 (Internal Server Error)

I tried deleting the action and recreating it from scratch, but no luck.

Any ideas?

Can you share screenshots of your custom action setup?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.