Unable to synchronize with apache tinkerpop server #456
Replies: 2 comments
-
Hi @anjalpetty. I'm sorry you are having issues. Graph Explorer connects to the server through HTTP, which must be enabled on Gremlin Server. You can do so in the configuration file, or use the provided You can find more information in the following places: I also noticed that in the image you provided the database URL is listed as
But the server you mentioned was on port 8182 (the default port). So you might need to update the URL in the Graph Explorer connection to be:
|
Beta Was this translation helpful? Give feedback.
-
@anjalpetty I'm going to convert this issue to a discussion, since it seems likely the issue is one of configuration. Please let me know if my tips above helped at all. If not, please provide a bit more information about your setup. |
Beta Was this translation helpful? Give feedback.
-
Description
I have Tinkerpop server running at port 8182 on my local (Mac M1) and I've no problem connecting, creating graphs through python code. But I'm unable to connect with Graph explorer with the following connection url
GraphType - Gremlin PG (Property Graph)
https://localhost:443
Environment
Steps to Reproduce
Download apache-tinker-pop-gremlin-serve-3.7.2
set the following properties in
conf/tinkergraph-empty.properties
run
Running graph explorer as
Expected Behavior
Something went wrong
An error occurred. Please try again.
Important
If you are interested in working on this issue or have submitted
a pull request, please leave a comment.
Tip
Please use a 👍 reaction to provide a +1/vote.
This helps the community and maintainers prioritize this request.
Beta Was this translation helpful? Give feedback.
All reactions