How to access Neo4j browser
malhous
HOBBYOP

2 months ago

I have hosted this Neo4j service in my project e2ca83a7-fe3b-4366-9439-dfa8c904d77f
When I try to connect to it through https://browser.neo4j.io/, it's not working
I have tried to input:
neo4j+s://neo4j-production-8ee3.up.railway.app?encrypted=true&trust=TRUSTALLCERTIFICATES

neo4j+s://neo4j-production-8ee3.up.railway.app

bolt+s://neo4j-production-8ee3.up.railway.app?encrypted=true&trust=TRUSTALLCERTIFICATES

https://neo4j-production-8ee3.up.railway.app

yet nothing is working, any help please

Solved

4 Replies

passos
MODERATOR

2 months ago

hey, what errors are you getting? Also, do you know what Neo4J template you used?


malhous
HOBBYOP

2 months ago

I'm using this template: https://railway.com/deploy/asEF1B

I have attached some of the error logs

The thing is that Private Networking is working perfectly, my backend service is connected properly to it since it's returning 200 on the healthcheck endpoint.

I just need a way to access the database publicly.

I'm happy to provide you with more info, even the DB username and password since it's a test DB and will be re-deployed once this is resolved.

1455477092258025577
1455477092530782250
1455477092748755067


malhous
HOBBYOP

2 months ago

Here is the generated public domain (I don't have a custom domain)

1455477537609355300


malhous
HOBBYOP

2 months ago

Solved, after checking the Network tab, it was calling neo4j-production-8ee3.up.railway.app:7687

I changed it to neo4j-production-8ee3.up.railway.app:443 to redirect to https, now it's working fine.

Thanks!


Status changed to Solved passos about 2 months ago


Loading...