The syntax ```console :param { param1: ..., param2: ... } ``` is now deprecated, see https://github.com/neo4j/neo4j-browser/issues/645. The solution is to drop the curly braces: ```console :param param1: ..., param2: ... ```