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

Cannot Read Property 'length' of undefined #212

Open
panbalagan opened this issue Dec 22, 2016 · 0 comments
Open

Cannot Read Property 'length' of undefined #212

panbalagan opened this issue Dec 22, 2016 · 0 comments

Comments

@panbalagan
Copy link

panbalagan commented Dec 22, 2016

Hi,

I have been working with the REST API client interface for Neo4J. i am getting issue while fetching (or) inserting data to the neo4j through REST API client interface,
it causes problem in node_modules/neo4j/graphdatabase.js line 204
for (i = _i = 0, _len = results.length; _i < _len; i = ++_i) {
....
}
It causes error as cannot read property length of undefined
Do u have any idea ?

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