graphql-architect icon indicating copy to clipboard operation
graphql-architect copied to clipboard

Error "Boolean cannot represent a non boolean value: true" on app start

Open mikebevz opened this issue 5 years ago • 2 comments

When opening the app on Neo4j Desktop the following two errors appear:

Error 0!
Boolean cannot represent a non boolean value: "true"

Error 1!
Boolean cannot represent a non boolean value: "true"

OS: MacOS Big Sur 11.2.1 Neo4j Desktop Version 1.4.2 (1.4.2.48) Server: Neo4j 4.2.3 enterprise.

mikebevz avatar Mar 05 '21 08:03 mikebevz

yes same issue as the loading but when i create a new project and new database and start the architect it says loading or sometimes result in this error

When I click on the start Graphql server it results in Local Graph Process Exit

Developer logs

[2021-03-24 14:31:25.376] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-03-24 14:31:25.576] [info] [1] Online check response: 200 version: 1.4.3
files
[2021-03-24 14:32:05.378] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-03-24 14:32:05.514] [info] [1] Online check response: 200 version: 1.4.3
files
[2021-03-24 14:32:45.378] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-03-24 14:32:45.586] [info] [1] Online check response: 200 version: 1.4.3
files
[2021-03-24 14:33:25.382] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-03-24 14:33:25.542] [info] [1] Online check response: 200 version: 1.4.3
files
[2021-03-24 14:34:05.387] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-03-24 14:34:05.566] [info] [1] Online check response: 200 version: 1.4.3
files
[2021-03-24 14:34:19.525] [info] Executing node graphql dev --types type Person {
  name: String
  age: Int
  worksFor: [Company] @relation(name: "WORKS_FOR", direction: "OUT")
}

type Company {
  name: String
  employees: [Person] @relation(name: "WORKS_FOR", direction: "IN")
} --neo4j-user neo4j --neo4j-uri bolt://localhost:7687 --neo4j-password testme --graphql-port 4000  --database neo4j
[2021-03-24 14:34:21.234] [info] Process [45695] exit with code '0', signal 'null'
[2021-03-24 14:34:45.393] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-03-24 14:34:45.523] [info] [1] Online check response: 200 version: 1.4.3
files
[2021-03-24 14:35:25.393] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-03-24 14:35:25.660] [info] [1] Online check response: 200 version: 1.4.3
files
[2021-03-24 14:36:05.395] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-03-24 14:36:05.502] [info] [1] Online check response: 200 version: 1.4.3
files

shriharip avatar Mar 24 '21 13:03 shriharip

Exactly the same issue as Mike. Nothing in the logs to suggest what could be wrong

jbhurruth avatar Jun 09 '21 12:06 jbhurruth