Hi all!
I’ve created a basic app as described here: https://guaita.wordpress.com/2017/02/15/testing-ionic-2/ (it is my post, including all details). However, I have some trouble.
Currently it works:
- the backend at Heroku (updating the mLab MongoDB).
- the frontend locally in a browser (updating the mLab MongoDB).
BUT it does not work:
- the frontend in my phone using the Ionic View app (it starts the app, but no data appears in the list, even if you use the “+” button to add it)
- I guess the phone app via Ionic View is not able to connect to MongoDB, but I cannot check it neither debug it
Shall I do some “trivial think” to allow my Ionic app to connect to the remote mLab’s MongoDB?
Thanks a lot,
jor;)i