Forum Post: RE: Rollbase Mobile App Builder - Login error

  • Thread starter Thread starter whenshaw
  • Start date Start date
Status
Not open for further replies.
W

whenshaw

Guest
Hi Johan, It looks like the error happens when the app tries to get the JSDO catalog from the server. The login itself has apparently already succeeded, but there is some error on the server side handling the request for the "rer_en_compta_catalog.json" file. I am not familiar with how a Rollbase back end serves up the catalog files, but here are 3 things to try that might help diagnose the problem: 1. If you look at the Network tab in a browser debugger (the Chrome debugger that you are using, for example), is there any additional information about the error in the body of the response from the server? 2. What happens if you enter the URI for the catalog directly into a browser address bar? Do you get a similar error, or does the catalog come back (it would probably be displayed in the browser window. Note: you might first get prompted for credentials). 3. Check to make sure that the your mobile app in the Mobile App builder is set to use the same authentication model as the Web application running on the server ( I assume that would be Form). It is unlikely that you would have gotten far enough to request the catalog if the authentication models don't match, but I have seen that happen before. Regards, --Wayne Henshaw

Continue reading...
 
Status
Not open for further replies.
Back
Top