When binding to Memgraph I get the error Cannot bind to socket on endpoint {}
. How can I avoid this error?
Asked
Active
Viewed 21 times
-1

Taja Jan
- 942
- 1
- 1
- 11
1 Answers
0
Make sure that the specified port (the default port Memgraph runs on is 7687
) isn't being used by another process or that you haven't already started another Memgraph instance on the same port.

Taja Jan
- 942
- 1
- 1
- 11