I've been trying to use gremlin with OrientDB (V 3.0.30) using the "studio" provided with OrientDB, but each time I try to run a gremlin query such as g.V I get the error: com.orientechnologies.orient.core.exception.OSecurityException: Language 'gremlin' is not allowed to be executed DB name="demodb".
I am using a brand new installation (on windows) and I do have a version that comes with tp3.
I tried creating new databases, each time setting them as graph databases and I tried adding gremlin to the orientdb-server-config.xlm as an allowed language for the server side script interpreter but nothing changed.
What settings should I change to enable gremlin code to be executed from this "studio"?
Thank you in advance.