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

How to troubleshoot node uploading issues? #136

Open
SomniVertix opened this issue Apr 5, 2023 · 2 comments
Open

How to troubleshoot node uploading issues? #136

SomniVertix opened this issue Apr 5, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@SomniVertix
Copy link

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...

@SomniVertix SomniVertix added the bug Something isn't working label Apr 5, 2023
@SomniVertix
Copy link
Author

Any help here? Im kinda stuck with this load config not found for node ... error and Im not sure where to start

@lomoval
Copy link

lomoval commented Jun 19, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants