I run neo4j Version: 3.3.2 in a docker container and tried to configure a default style as described above.
- Grass file is accessible via HTTP (http://somedomain.com/resources/style.grass)
- CORS rules are set
- Command added to config: browser.post_connect_cmd=style http://somedomain.com/resources/style.grass
When i start my container with this config and run match (n) return n i see nothing.
Then i run :style http://somedomain.com/resources/style.grass
and it works... Why?
That leads me to conclude that the grass file ifself (content) and the accessible of this file are not the problem.
It seems that there is an error with the default style configuration.
Do you have any tips to debug this? The logs are clean.