Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Infinite loading when lauching graphQL architect #10

Open
digitaldave-dw opened this issue Jan 29, 2021 · 15 comments
Open

Infinite loading when lauching graphQL architect #10

digitaldave-dw opened this issue Jan 29, 2021 · 15 comments

Comments

@digitaldave-dw
Copy link

Hello,

I have and issue while I want to start Graphql Architect. When I'am launching it it doeasn't start Grapql Server. iam using Neo4j Desktop 1.4.1 and my DB is 4.1.5.
image

@johnymontana
Copy link
Contributor

I believe this may be related to changes in the last Neo4j Desktop release. If you enable developer mode and open developer tools do you see any error messages?

@mfkilgore
Copy link

Adding same comment the I added to the community post here --

I tried again, and now see this message -

Graph App 'GraphQL Architect' can't be opened. See logs for more info (Developer menu in menu bar). Re-installing the app might resolve the issue.
Re-install GraphQL Architect and restart Neo4j Desktop.

the only obvious error in the log was -

2021-02-02 20:50:38.632] [info] [1] Online check response: 200 version: 1.4.1
files
[2021-02-02 20:50:56.910] [error] Graph-App 'GraphQL Architect' execution blocked: signature verification failure. {
constructor: 'Error',
stack: 'Error: Invalid content digest.\n' +
' at Object.exports.verifySignature (/Applications/Neo4j Desktop.app/Contents/Resources/app.asar/node_modules/@neo4j/code-signer/lib/verify.js:141:15)\n' +
' at Object. (/Applications/Neo4j Desktop.app/Contents/Resources/app.asar/node_modules/@neo4j/code-signer/lib/verify.js:27:36)\n' +
' at Generator.next ()\n' +
' at /Applications/Neo4j Desktop.app/Contents/Resources/app.asar/node_modules/@neo4j/code-signer/lib/verify.js:7:71\n' +
' at new Promise ()\n' +
' at __awaiter (/Applications/Neo4j Desktop.app/Contents/Resources/app.asar/node_modules/@neo4j/code-signer/lib/verify.js:3:12)\n' +
' at Object.exports.verify (/Applications/Neo4j Desktop.app/Contents/Resources/app.asar/node_modules/@neo4j/code-signer/lib/verify.js:17:31)\n' +
' at Object. (/Applications/Neo4j Desktop.app/Contents/Resources/app.asar/node_modules/@neo4j/code-signer/lib/index.js:43:35)\n' +
' at Generator.next ()\n' +
' at fulfilled (/Applications/Neo4j Desktop.app/Contents/Resources/app.asar/node_modules/@neo4j/code-signer/lib/index.js:4:58)\n' +
' at runMicrotasks ()\n' +
' at processTicksAndRejections (internal/process/task_queues.js:85:5)'
}
[2021-02-02 20:51:18.363] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-02-02 20:51:19.131] [info] [1] Online check response: 200 version: 1.4.1
files
[2021-02-02 20:51:58.366] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-02-02 20:51:59.055] [info] [1] Online check response: 200 version: 1.4.1
files
[2021-02-02 20:52:38.365] [info] [1] Online check request: https://dist.neo4j.org/neo4j-desktop/win/latest.yml
[2021-02-02 20:52:38.698] [info] [1] Online check response: 200 version: 1.4.1
files

Let me know if you need more information or the entire log.

@magaton
Copy link

magaton commented Feb 18, 2021

Have the same issue. It is loading forever. I have the latest version of the desktop and db

@doraig
Copy link

doraig commented Feb 23, 2021

Having the same issue, had to down grade to 1.3.4 version of neo4j desktop.

@fuatu
Copy link

fuatu commented Feb 26, 2021

I have the same issue with version 1.4.1
upgrade of node and npm did not help

@XavierDK
Copy link

XavierDK commented Mar 6, 2021

Same for me

@fuatu
Copy link

fuatu commented Mar 6, 2021

Deleting version 1.4.1 and all its leftovers, switching to an older version 1.3.4 solved the problem on macOS for me

@shriharip
Copy link

I am facing the same issue. Infinite loading on Macos catalina. node 7.7.0 and Version 1.4.3 (1.4.3.49)

@L-Botero
Copy link

L-Botero commented Jul 9, 2021

I believe this may be related to changes in the last Neo4j Desktop release. If you enable developer mode and open developer tools do you see any error messages?

I did as you asked, there seems to be an issue with the "AWSALB" cookie , attribute "SameSite" not being set up properly.

image

@rubyan
Copy link

rubyan commented Jul 21, 2021

I am having the same issue.

@SSSofyen
Copy link

SSSofyen commented Aug 17, 2021

I too, am stuck with this pickle =)

I originally meant to use neo4j-graphql.js v2.6.0 as per this article :
https://blog.grandstack.io/inferring-graphql-type-definitions-from-an-existing-neo4j-database-dadca2138b25
from william lyon, aka johnymontana in this thread.
That dependency turned out to be deprecated and internal node modules imports are disfunctional ... that won't do.

Is there no way to infer schemas from the db as of now ??? seems that way ... anyone ?

@jambler24
Copy link

Still an issue. Seems like the repo is dead, no updates.

@RyanMarr
Copy link

Same issue here. Any word on if this repo will be supported further?

@amarsanaag
Copy link

Same here. Is there anything to add from the developers?

@kristianmandrup
Copy link

@johnymontana I'm curious if the port is still correct?

If Neo4J Desktop, after creating a new database using latest DBMS (4.4.0)

Version | 4.4.0
-- | --
Edition | enterprise
Status | Active
IP address | localhost
Bolt port | 7687
HTTP port | 7474
HTTPS port | 7473

No mention of port 4000 in this list. However manually changing the port in Architect to one of the above doesn't seem to work either. Which port/protocol should it be using?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests