neo4j-devtools / neo4j-desktop

The Neo4j Graph Platform, on your desktop OS.
19 stars 1 forks source link

Neo4j desktop Neo4j Browser - Something went wrong: "TypeError: Cannot read properties of undefined (reading 'replace')" #136

Open LLLLucensus opened 2 months ago

LLLLucensus commented 2 months ago

Neo4j desktop Neo4j Browser - Something went wrong: "TypeError: Cannot read properties of undefined (reading 'replace')"

image

Something went wrong: "TypeError: Cannot read properties of undefined (reading 'replace')" and the application can't recover.

I've tried to reload the application but still got the error. Anyone can help? Thanks.

LEJ-N commented 1 month ago

Did you find a solution ?

piliadis commented 1 month ago

I'm also facing this issue. I reinstalled the application and the error remains. Any update on this?

phan123123 commented 1 month ago

Hi. It seems like error in Style config. Lets try setup a random valid style. Ex: run command:

:style
{
  "node": {
    diameter: 50px;
    color: #A5ABB6;
    border-color: #9AA1AC;
    border-width: 2px;
    text-color-internal: #FFFFFF;
    font-size: 10px;
  },
  "relationship": {
    color: #A5ABB6;
    shaft-width: 1px;
    font-size: 8px;
    padding: 3px;
    text-color-external: #000000;
    text-color-internal: #FFFFFF;
    caption: "<type>";
  }
}
Chrisyvetot commented 2 weeks ago

Hi, did it work ? I also have the same issue, I tried the above code, but I still have the issue. Would it be helpfull to read my logs ?