Our Free instance hits an error:
Neo.ClientError.Schema.ConstraintValidationFailed
Node(312) already exists with label `profile` and property `id` = 'marcus'
node is id
already exists
On our Professional Instance creating a profile node with id
that already exists is no problems and works correctly.
Debug Attempts
SHOW CONSTRAINTS WHERE type = 'UNIQUENESS'
returns the same list in both instances and has nothing related to uniqueness of profiles.
Any ideas what is causing this?