Page 2 of 2

When I use a javascript code to execute a create service, it appear "Uncaught TypeError: Cannot read property 'loading'

Posted: Sat Mar 21, 2015 8:41 pm
by Illya Stepanov

Hi Mark -

We will take a look. And post an update here.


When I use a javascript code to execute a create service, it appear "Uncaught TypeError: Cannot read property 'loading'

Posted: Sun Mar 22, 2015 2:45 am
by Mark Wong

Thank you!


When I use a javascript code to execute a create service, it appear "Uncaught TypeError: Cannot read property 'loading'

Posted: Tue Mar 24, 2015 11:05 am
by Mark Wong

Any Update? Still in progress?


When I use a javascript code to execute a create service, it appear "Uncaught TypeError: Cannot read property 'loading'

Posted: Tue Mar 24, 2015 1:37 pm
by Alena Prykhodko

Dear Mark,

I want to apologize for late reply.
We are very sorry, but debugging of custom code is something outside the scope (http://devcenter.appery.io/support-po...) of our support.
You will need to debug your project http://devcenter.appery.io/documentat....
Let us know if we can be of further assistance.


When I use a javascript code to execute a create service, it appear "Uncaught TypeError: Cannot read property 'loading'

Posted: Tue Mar 24, 2015 4:35 pm
by Mark Wong

I checked all the errors and post it on here?
So I need to post on Stackoverflows now?


When I use a javascript code to execute a create service, it appear "Uncaught TypeError: Cannot read property 'loading'

Posted: Wed Mar 25, 2015 2:55 am
by Mark Wong

I've researched on Stackoverflow and found out a post about the same error of Appery user, and I have the same problem with him, which mistakenly put two versions of JQuery script together. And I delete it, everything works fine now!


When I use a javascript code to execute a create service, it appear "Uncaught TypeError: Cannot read property 'loading'

Posted: Wed Mar 25, 2015 1:54 pm
by Illya Stepanov

Hi Mark --

Thank you for this update. You can also post here reference to Stackoverflow it might be helpful for the community.


When I use a javascript code to execute a create service, it appear "Uncaught TypeError: Cannot read property 'loading'

Posted: Wed Mar 25, 2015 2:16 pm
by Mark Wong

How to solve the problem:
http://stackoverflow.com/questions/24...
The reason why it happened : You have two versions of JQuery in your app.
Remove the extra one to solve the problem