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
I am trying to build up an ontology of a service, its endpoint and a TLS configuration and trying to persist it into Cayley and then load it again. If I try to load it again into objects, there seems to be some kind of type confusion between objects on depth 0 and depth 1, resulting into the crash below.
It seems to work if you add a @id annotation to the URL field of the HttpEndpoint, so that it is not a non-named node. I will try to create a PR that adds this caveat to the documentation and check whether we can avoid the panic.
Description
I am trying to build up an ontology of a service, its endpoint and a TLS configuration and trying to persist it into Cayley and then load it again. If I try to load it again into objects, there seems to be some kind of type confusion between objects on depth 0 and depth 1, resulting into the crash below.
Steps to reproduce the issue:
Received results:
Expected results:
I expect it to work - or at least give me a proper error message why it does not.
Output of
cayley version
or commit hash:Environment details:
Backend database: in-memory
The text was updated successfully, but these errors were encountered: