Anytime I attempt to create an item in a table without an explicitly defined ID (ie. author instead of author:john), the DB seems to crash. This does not occur when performing the same operation via a different method, such as surreal sql or via a REST endpoint.
Example images:
Running the above causes this error:
However, when an ID is explicitly defined, it runs just fine:
Here's the output for the above:
Hopefully this helps. Let me know if I am doing something wrong!
Hoping you might be able to help with this!
Anytime I attempt to create an item in a table without an explicitly defined ID (ie.
author
instead ofauthor:john
), the DB seems to crash. This does not occur when performing the same operation via a different method, such assurreal sql
or via a REST endpoint.Example images:
Running the above causes this error:
However, when an ID is explicitly defined, it runs just fine:
Here's the output for the above:
Hopefully this helps. Let me know if I am doing something wrong!