Hi @mark.needham,
I'm having problems while adding dbms.security.procedures.unrestricted=,jwt.security.,gds.,apoc.* in the conf file. neo4j cannot start after I did this for some reason. why?
Please can you help?
Hi @mark.needham,
I'm having problems while adding dbms.security.procedures.unrestricted=,jwt.security.,gds.,apoc.* in the conf file. neo4j cannot start after I did this for some reason. why?
Please can you help?
More details please? Version of Neo4j?
And without said config setting Neo4j starts?
When it fails to start do you receive an error message. How are you able to determine it does not start and suspect it this this config option preventing?
I believe the problem is that you 'jwt.security.' ending in a period. change it to 'jwt.security.*'
Hello @sofiavei,
It appears you just have what looks like 3 typos which are causing an issue. Edit the line to the following and you should be good to go:
dbms.security.procedures.unrestricted=jwt.security.*,apoc.*,gds.*
Ping back if this doesn't fix this issue. It should if you have the plugin installed and in the plugins folder etc! Happy to help!
Best,
Rob