I’ve been working on a few custom actions and noticed that my API tests never seem to finish, even after the correct data has been pass to integormat. Has anyone run into similar issues and know how to solve this?
As a result, i can’t save any changes to my custom action. Thank you!
Im rinning into the exact same issues. I tried to test in Postman to be sure yhe code worked and it did which means there’s something wrong on Adalo’s end.
Ive submitted a ticket but they havent provided any solution still.
It looks like the problem is impacting every single custom action. and these custom actions have been in place for a few months…nothing changed on my end. Everything in Prod works…which we released on 7/2. Nothing in Dev works.
the requests all show up in Make…Adalo just can’t seem to get out of the making the request…so no action after the custom request is working
No, I do not have a response module at the end of any of my scenarios.
Yes, always
Have tried everything…same problem
I just tried that with one custom action…same problem
there are no symbols as my test values. The same scenarios have been in place for months…feels like something on your end suddenly stopped working at least for my account and seems like for a few others as well.
I’ve been speaking to Jessi Frye on your team re. the ticket I opened just FYI.
I’d recommend looking at browser console logs as well and see what’s happening there. You can open the console before pressing “test request”, go to Network tab and see what’s happening. Maybe this can shed some light on the root cause of the problem.
Best regards, Victor.
P.S. I have had a very weird case recently - a button with custom action stopped working. The reason for it was that in an API call to a custom action (POST https://adalo-database-api.herokuapp.com/custom- action/CUSTOMACTIONID/execute), the CUSTOMACTIONID was null (instead of a numeric ID).
Discovered that only in the logs. Recreating the action and button from scratch fixed the problem.
Patrick @pford seems some editor changes broke some things
If anyone else is experiencing this same issue, can you please submit a ticket using this Support Form with as many details as possible to help us narrow down the cause.
At the moment I have detected that I have this problem with all the actions that include a call to MAKE (customa action) and the problem is that it stops the execution of the rest of the actions and does not allow to continue browsing in the desktop and webapp versions.
Hey @breadflix.es, I’ve tested your app and the problem seems to be fixed. Could you confirm it on your end? Also feel free to delete the most recent bread request under the email of daniel.costa@adalo.com.
Thanks, Viktor, for your advice! I’ve been getting a similar issue regularly for quite some time now, and your comment helped me to finally solve it. The root cause turned out to be in the browser logs.
I don’t have that much experience with an automation tool for api testing, and I still get issues like this. I hope to become better at it in a few months and run it more smoothly. Thankfully, my new colleagues help me a lot and do everything they can to help me become a full team member. Working in IT is even more difficult than I imagined, but I will manage.