Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data not saved on meteor server (local only) #4

Open
daengdeni opened this issue Nov 9, 2015 · 2 comments
Open

Data not saved on meteor server (local only) #4

daengdeni opened this issue Nov 9, 2015 · 2 comments

Comments

@daengdeni
Copy link

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 :(

@idanwe
Copy link
Owner

idanwe commented Nov 9, 2015

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

Can you share some code?

@daengdeni
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants