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

database cannot replicated via Elixir 1.9.2 version #19

Open
Raymond0331 opened this issue Dec 27, 2019 · 0 comments
Open

database cannot replicated via Elixir 1.9.2 version #19

Raymond0331 opened this issue Dec 27, 2019 · 0 comments

Comments

@Raymond0331
Copy link

Erlang/OTP 22 [erts-10.5.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1]

In this elixir version does not work.
Try to start two nodes in my macbook, by the following steps:
node1 : iex --sname node1@localhost -S mix
node2: iex --erl "-todo port 5555" --sname node2@localhost -S mix
in other terminal test add entries:
curl -d "" "http://localhost:5454/add_entry?list=bob&date=2018-12-19&title=Movies"
curl "http://localhost:5555/entries?list=bob&date=2018-12-19"
the curl command return empty, and the local folder in node2 is empty too.

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

1 participant