Posts by Miqueias Maia • 33 points
3 posts
-
1
votes1
answer694
viewsQ: Cannot read Property 'query' of Undefined
The mistake Cannot read property 'query' of undefined is reported when trying to save data to the database. However, the Property query works for getNews. Ex: function NewsDAO(database){…
-
1
votes0
answers149
viewsQ: Typeerror: app.config.dbConnection is not a Function
I’m getting the bug TypeError: app.config.dbConnection is not a function when refactoring a code with Consign so that the connection module with the database is executed only on the required pages.…
-
1
votes0
answers77
viewsQ: Android app closes when performing calculation
I’m making an app that has a very specific medical calculator. In AVD, the calculation appears divinely well. On real devices, gives error and the application is closed. Somebody help me out there?…