CruCentralCoast / CruAndroidLegacy

Android mobile app for Cru Central Coast
0 stars 1 forks source link

Database: Nothing Loading from Staging Database #11

Open kyle-fletcher opened 6 years ago

kyle-fletcher commented 6 years ago

The database referenced by the app has been moved over to the Staging Database for Cru Central Coast, but no events, ministries, campuses, etc are displayed. The app should be able to connect with the Cru Central Coast database for future development and release.

App Version: 1.0 Android 8.0 Nexus 5x

tylerbwong commented 6 years ago

Hi Kyle, the current debug builds for the app are pointing to a self hosted test server I set up to speed up development. The current pull request switches it back so this will be fixed when that gets merged.

kyle-fletcher commented 6 years ago

I have the version that Dylan just put onto my phone about an hour ago where he changed the database to the Cru Central Coast Staging Database. He said it was unable to reference anything from the database. The database is working for iOS, so he was going to talk to you about what is causing the error @tylerbwong

tylerbwong commented 6 years ago

@supersun1 can you send me the logcat with the error?

tylerbwong commented 6 years ago

@supersun1 I could not reproduce when running a debug build using the staging server. Let me know if you run into this again.

To prevent future confusion, neither client application connects directly to the database. Each client interacts with a server which connects to a database to make queries.