Termination status "KO"

I added 'extraInfo' to the output. At first the 'extraInfo" field told me I needed to create a unique constraint as below (this is in the manual too):

CREATE CONSTRAINT n10s_unique_uri ON (r:Resource) ASSERT r.uri IS UNIQUE

the next time I ran it, it told me I needed a configuration (also in the manual). I added a default one:

CALL n10s.graphconfig.init()

It worked for me after adding these two things.

Screen Shot 2023-01-18 at 8.59.51 AM.png

here is my environment:

Screen Shot 2023-01-18 at 9.02.09 AM.png