Data service not recognised anymore
I built the page based on the "Building a simple ToDo app with Appery.io Backend Services, part 2: working in offline mode" and the code that was provided with it. The only thing I changed is that I run a query service called a_list_service instead of a list service. It was all working fine until two days ago when I added two additional columns to my database. When I run the app now I get a reference error in function listServiceExecute() when I try to call it saying that the a_list_service is not defined.
I first tried to update the response format of the service to match the changes. As that did not work, I deleted the database service and recreated and remapped it. But that did not helped either.
Do you have any idea of what could be wrong or what I can do to make it work again?