We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: