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
4 Replies
2 months ago
hey, what errors are you getting? Also, do you know what Neo4J template you used?
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.
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
