Relative Content

Tag Archive for javascriptdatabasenext.jsneo4jtriggers

Neo4j trigger not working as expected (freezes Next.js app)

I’ve installed a trigger in my Neo4j database (version 4.4.36) to automatically add the creation date to every newly created node. However, when I submit a form from my Next.js app, the app freezes, and the creation_date property is not being added to the newly created node.
Here’s the trigger I’ve installed: