-
Notifications
You must be signed in to change notification settings - Fork 14
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
TypeError: Cannot read property 'node' of undefined #1
Comments
Hi @jamesbuckett. Sorry for the confusion! The ToDo service uses rethinkdb as its datastore and there are two other services that you need to run first: You should be able to submit & start one instance of rethinkdb using these commands:
The rethinkdb@.service template runs an instance of the rethinkdb database, while rethinkdb-announce publishes the availability of that rethinkdb instance to etcd (which the ToDo app queries here) I hope that helps! Let me know if you run into other problems. |
Ross, Thanks, |
hi @jameszh. That's interesting. Normally I wouldn't expect ETCD_HOST to be set as an environmental variable -- I used that for local testing in a docker-compose environment. Here I set |
looks like is the case, my cluster (coreos-vagrant) doesn't have 172.17.42.1, no response from running following command. Must be related to new version of CoreOS.
|
ahhhhh! yes that can happen in the default vagrant-coreos configuration because vagrant uses something like the 172.17.x.x subnet internally. I faintly remember mentioning that in the video tutorial series, but it would be good to have an errata / doc for that here |
Thank You Gentlemen I had to apply both recommendations
It is now working. Thank you for your assistance. |
Hello.
.
Using this config.js
I run these commands
I get the following error in the todo@1 log file
Thanks In Advance
The text was updated successfully, but these errors were encountered: