Page 1 of 1

App log in problem

Posted: Tue Jan 14, 2014 12:15 am
by Victor Fagerström

Is there something wrong with your servers or something? My project won't surpass my login page, I don't see anything other that could cause the problem. The problem just came out of nothing.. And if I have happened to do something causing the problem, I don't know what.

http://appery.io/app/project/a8cfd310...

Image


App log in problem

Posted: Tue Jan 14, 2014 12:17 am
by maxkatz

I don't think this is a server issue... this looks like a JavaScript error. Did you add any JavaScript to your app?

What service are you invoking to login?


App log in problem

Posted: Tue Jan 14, 2014 12:46 am
by Victor Fagerström

Yeah, I added a long piece of JS code that i found here: http://docs.appery.io/tutorials/build...
like 1h ago, may very well be whats causing problems. I deleted the entire JS after running the app only once, realizing it wasn't what I was looking for. Could a problem still be even though the JS-file is deleted?


App log in problem

Posted: Tue Jan 14, 2014 1:13 am
by Victor Fagerström

I am invoking login service and it worked perfectly earlier today. So your probably right that javascript messed something up.. Can it be fixed/how? because I really don't see anything else I can do in the project to make problem go away.


App log in problem

Posted: Tue Jan 14, 2014 1:21 am
by maxkatz

Did you remove all the files..? You don't have any includes..?


App log in problem

Posted: Tue Jan 14, 2014 1:39 am
by Victor Fagerström

How can I see that? I don't have any created JS-files in the left meny


App log in problem

Posted: Tue Jan 14, 2014 2:14 am
by Victor Fagerström

No, there are no weird files from what I can see.. Sure there's some JS bound to some components and actions, but nothing that wasn't there before login stopped working..


App log in problem

Posted: Tue Jan 14, 2014 8:43 am
by Maryna Brodina

Hello! Most often such kind of errors appears when there is an error in code on page which is loaded. Do you navigate somewhere on any service event? If so make the page you navigate to start page and check errors in console. If there are some errors and you need help please post error screenshot.


App log in problem

Posted: Tue Jan 14, 2014 9:46 am
by Victor Fagerström

Thanks, found out problem was a delete service on the page loaded after login :)