CALL apoc.meta.stats() is not available

``poc.meta.stats is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.`

CALL apoc.meta.stats()

I have tis setting:
dbms.security.procedures.unrestricted=gds.*

So how to configure this meta.status() procedure to work?

Hello @lingvisa

Try this and don't forget to restart the database.
dbms.security.procedures.unrestricted=gds.*,apoc.*

Regards,
Cobra