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

Infinite loading when lauching graphQL architect

Open digitaldave-dw opened this issue 4 years ago • 15 comments

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

digitaldave-dw avatar Jan 29 '21 11:01 digitaldave-dw

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?

johnymontana avatar Feb 03 '21 04:02 johnymontana

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.

mfkilgore avatar Feb 05 '21 17:02 mfkilgore

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

magaton avatar Feb 18 '21 19:02 magaton

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

doraig avatar Feb 23 '21 03:02 doraig

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

fuatu avatar Feb 26 '21 14:02 fuatu

Same for me

XavierDK avatar Mar 06 '21 01:03 XavierDK

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

fuatu avatar Mar 06 '21 10:03 fuatu

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

shriharip avatar Mar 23 '21 21:03 shriharip

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

L-Botero avatar Jul 09 '21 19:07 L-Botero

I am having the same issue.

rubyan avatar Jul 21 '21 09:07 rubyan

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 ?

SSSofyen avatar Aug 17 '21 13:08 SSSofyen

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

jambler24 avatar Sep 21 '21 14:09 jambler24

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

RyanMarr avatar Sep 25 '21 21:09 RyanMarr

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

amarsanaag avatar Nov 29 '21 10:11 amarsanaag

@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?

kristianmandrup avatar Dec 07 '21 00:12 kristianmandrup