Neo4jError: Writing in read access mode not allowed. Attempted write to internal graph 0 (neo4j)

I'm having issues executing the Writing Data to Neo4j Challenge in the Building Neo4j Applications with TypeScript Graph Academy Course.

The following error shows when running "ts-node src/challenges/write/challenge.ts":

Any assistance is appreciated!

Are you using executeWrite() ? As explained in the previous section? It looks like you're using executeRead() ?

If you get stuck you can always compare your code to the solution.ts file in the same directory.