neo4j-labs / neo4j-needle-starterkit

Starter Kit for building a Neo4j app using Neo4j Needle
Apache License 2.0
30 stars 9 forks source link

Connection error? #9

Closed scheung38 closed 12 months ago

scheung38 commented 12 months ago

How to connect please given created on console.neo4j.io:

neo4j+s://.databases.neo4j.io

Screenshot 2023-11-28 at 01.59.31.pdf

Tried

Just just the instance name:

.databases.neo4j.io neo4j+s://.databases.neo4j.io All seem to return NOT CONNECTED OK got it: needed username:password prefixes But how do we proceed next as all we have now is a screen that shows CONNECTED
msenechal commented 12 months ago

Hi @scheung38 , Thanks for showing interests in the starter kit ! Glad to hear you were able to fixed the connection. Just out of curiosity, I'm not sure I understood this:

OK got it: needed username:password prefixes

What prefixes and where? It should just work by putting your username/password in the user inputs

For your next comment:

But how do we proceed next as all we have now is a screen that shows CONNECTED

This Starter Kit is only a template to build a simple React Application and show you how to connect (create a driver session) to your Neo4j Database. It is not meant as a tool or full app for exploring your data, but more for getting your started on building your app faster. So you will need to implement queries/visualisations based on your needs.