-
Notifications
You must be signed in to change notification settings - Fork 523
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
Creating or deleting documents gives errors but graph still created #1092
Comments
I also encountered this issue today. The problem lies in an incorrect usage of the Cypher CALL clause. The syntax CALL (documents) is invalid. The wrong codes can be found in: One of the wrong code
runnable code
|
Below is a redacted log of the following repro case for 7461aa1
|
@michela delete query working fine, you can test on deployed version Suggested query by you the way will be deprecated in future version. Use CALL (documents) { ... } |
Issue (both the "Failed" processing and inability to delete) still showing in 39bb3ef Repro:
What commit version is deployed atm? Could it be something in the config? Very confusing docs around config New errors from docker-compose but app does run
|
Unresolved as of f056d99 Generate Graph error has changed to
Delete Files error is
Tested with Edge only as frontend broken with Chrome. #1107 |
Hi @michela , we yet have to deploy our latest changes to deployed branch . We will update you with the same. |
Testing with 593de6e and with latest tag (v0.7)
Neo4j EE 5.20.0
Add document by url (wikipedia url or website url) or Delete document
Repro:
Add wikipedia URL
https://en.wikipedia.org/wiki/Albert_Einstein
Select document
Process
Delete log
The text was updated successfully, but these errors were encountered: