Can't get bloom to work

I followed the instructions here: Neo4j Bloom User Interface Guide - Developer Guides

But whenever I type in CALL db.schema() it says:

ERROR: Neo.ClientError.Procedure.ProcedureNotFound

There is no procedure with the name db.schema registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.

This works:

CALL db.schema.visualization()

(I suspect the call you used is deprecated.)

[later], I submitted a pull request that fixes the documentation.

1 Like