Page 1 of 2
Database not passing parameters, login error
Posted: Fri Mar 28, 2014 8:48 pm
by teneika
I am recieving an eroor when I try to use the login service for my app. The login screen prompts for username and password. I enter "test" and "test" .. it says error. When I go to the service and perform a test on the DB the response is successful. Why am I getting a log in error on the app.
Also,
Im still getting the inAppBrowser not a constructor error so I cant login
Timestamp: 3/28/2014 4:27:52 PM
Error: Appery.inAppBrowserJavascript is not a constructor
Source File: http://appery.io/app/view/7d98fe7f-63...
Line: 118
Database not passing parameters, login error
Posted: Fri Mar 28, 2014 8:58 pm
by Nikita
Hello,
Where did you get this code? Please, look at this link:
http://docs.appery.io/tutorials/using...
inappbrowser doesn't work in the browser, only in a native app.
Database not passing parameters, login error
Posted: Fri Mar 28, 2014 9:20 pm
by teneika
OK I understand that but I am more concerned about the database. It is not working
Database not passing parameters, login error
Posted: Sat Mar 29, 2014 1:10 pm
by teneika
My database is still not working. What do I need to do?
Database not passing parameters, login error
Posted: Sat Mar 29, 2014 1:26 pm
by Illya Stepanov
Hi - How you invoke error events in you sign up page? What exact error message do you get? Some screenshots would help here.
Database not passing parameters, login error
Posted: Sun Mar 30, 2014 2:52 pm
by teneika
I get the message that the username and password is invalid but it is the exact username and password from the database. It was working before appery did an update and I refreshed the HTML editor now when I click log in it just does nothing but give an error
Database not passing parameters, login error
Posted: Mon Mar 31, 2014 3:19 am
by Illya Stepanov
Hi teneika,
We have tested our login processing in accordance to this tutorial: http://docs.appery.io/tutorials/uploa... -- and it's working.
Did you try it in the browser?
Maybe there is some error in browser console?
Please open the "net" tab for browser debugger and take a look on the login request. Like it's shown on this screenshot: http://prntscr.com/35ocq1/direct
Also please give us public link to your app. Correct login and password are also needed. We will check it out.
Database not passing parameters, login error
Posted: Mon Mar 31, 2014 6:25 pm
by Maryna Brodina
Hello!
Sorry for a late reply. Please post your public app link and steps to reproduce.
Database not passing parameters, login error
Posted: Tue Apr 01, 2014 2:33 pm
by teneika
http://appery.io/app/mobile-frame?src...
I type in "test" in the username and password field and I received the error invalid. Both are in the database. This service just stopped working one day.
Database not passing parameters, login error
Posted: Tue Apr 01, 2014 2:34 pm
by teneika
I have mapped it correctly but I cannot find the reason why it is not working