You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is moreso a request to get more information on how to troubleshoot when a node fails to upload. It currently just says the node ID and a general error. But I dont know exactly what caused the error or even how to look at the node that failed to upload...
The text was updated successfully, but these errors were encountered:
It is better to provide more information if you want to get an answer.
Most likely, the problem lies in the incorrect definition of structures and/or incorrect mapping between local structures and data in neo4j - gogm can't to find configuration to process some of your actions.
For example, Neo4j contains the relationship A-SOME_REL->B, but the local structure A does not have such relationship or has the same relationship, but with a different structure (A-SOME_REL->C).
Check the data structure in neo4j (node) by the node id, it must match the definition of local structures.
Bug Report:
This is moreso a request to get more information on how to troubleshoot when a node fails to upload. It currently just says the node ID and a general error. But I dont know exactly what caused the error or even how to look at the node that failed to upload...
The text was updated successfully, but these errors were encountered: