Manual implementation on WebServices not working
I have tried to put some break point yet.
The break point at top only stop on launching app.
The others one are not working.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I have tried to put some break point yet.
The break point at top only stop on launching app.
The others one are not working.
Now I have tried to invoke the service manually with JS and it work.
Change all the calls in my project it's a lot of time, Do you think that fix it soon?
precode
srvProyectosALista.execute({});
/code/pre
It works when you invoke via the line above but doesn't work when you invoke it on page show?
yes.
That's strange. The execution never goes inside the custom service? And no errors in the console?