ionic-whatsapp icon indicating copy to clipboard operation
ionic-whatsapp copied to clipboard

Data not saved on meteor server (local only)

Open daengdeni opened this issue 9 years ago • 2 comments

i have create server meteor outside ionic project folder, works great but data not saved to my meteor server... :(

because that every create new chat with same name(users), application will create new chat room(users), not in the same chat with the user :(

daengdeni avatar Nov 09 '15 07:11 daengdeni

I didn't understand what is working for you, and when the data is saving?

Can you share some code?

idanwe avatar Nov 09 '15 19:11 idanwe

I did not change anything from your repository, I just run and build android application, before I build, I change the ip and port that I use for the file meteor meteor-runtime.confige.js

__meteor_runtime_config__ = {};
__meteor_runtime_config__.DDP_DEFAULT_CONNECTION_URL = 'http://10.192.0.92:3000';

this my local ip address

when I want to start a new chat with the user who previously had done a chat, a new chat that does not fit into the same chat room but create a new chat room with the same user name, I attach a screen shoot. then I want to check the data chat, user and message mongodb database on the server meteor, why no data is only stored in local storage (each device) is not the meteor server (the main server)

https://goo.gl/photos/yBfRK5PWctLHE5PG7

Thanks

daengdeni avatar Nov 10 '15 01:11 daengdeni