Page 1 of 2

Uncaught ReferenceError

Posted: Fri Dec 11, 2015 1:10 am
by Nicklas

Hello!

I have a problem while testing my app. I can't find, in earlier question in this forum, a answer to this problem.

Problem:
Nothing happening when i click on a Image in my "menu" in the app.

And i also got a console-error:

Image

The service I have, lists up all users in the database. I have followed tutorial for creating the service and I've also tried out different things myself, but still got the problem.


Uncaught ReferenceError

Posted: Fri Dec 11, 2015 12:03 pm
by Evgene Karachevtsev

Hello Nicklas,

Unfortunately it's not clear, please clarify your question with more details and screenshots.


Uncaught ReferenceError

Posted: Fri Dec 11, 2015 12:19 pm
by Nicklas

Im trying to click on "Administrator" down in left corner. Then the loding circle commes up but nothing more happens.

Image

When i push F12, I got this Console Error:

Image


Uncaught ReferenceError

Posted: Fri Dec 11, 2015 12:21 pm
by Nicklas

In the "Administrator"-page, I have a service that lists up all users in database. That's the service the console error talks about in the picture above


Uncaught ReferenceError

Posted: Fri Dec 11, 2015 12:46 pm
by Nicklas

When i invoked the service by load-page i got this errors:

Image


Uncaught ReferenceError

Posted: Fri Dec 11, 2015 8:32 pm
by Serhii Kulibaba

Hello Nicklas,

It looks like you call service which is absent on the current page.


Uncaught ReferenceError

Posted: Fri Dec 11, 2015 9:03 pm
by Nicklas

Is that the answer you have?

I can share the app with you and you can see that the service is there!

Here is the test of the service:

Image


Uncaught ReferenceError

Posted: Sat Dec 12, 2015 2:12 am
by Illya Stepanov

Please enable sharing with support for this project and tell us the name of the app.
:: http://devcenter.appery.io/documentat...

Also provide us with the following information:

1) Test credentials if login functionality is implemented in your app
2) Detailed steps to reproduce the issue


Uncaught ReferenceError

Posted: Mon Dec 14, 2015 11:59 am
by Nicklas

I shared it now.
Steps to reproduce the error:

  1. Log in with username: "support" Password: "support".

  2. Click on Administrator.

    I made a label in the "m_admin"-page with a session-token you need to TEST the service.


Uncaught ReferenceError

Posted: Mon Dec 14, 2015 12:01 pm
by Nicklas

The service is called "AskimVgsKnuter_list_service" btw :)