nebula-graphnebula-studio

login error when nebula studio want to connect nebula graph docker instance


I have nebula graph instances as docker-machine and those worked as well.

I want to connect via nebula graph studio Version:v3.5.0 to my instance

nebula graph studio

there are 2 ways:

 1- using graphd:[port] like this graphd:9669

 2- using ip:port like this: 172.xx.xx.11:9669

but today i have error:

my error message is:

ErrBadRequest::dial tcp 172.xx.xx.11:9669: connect: no route to host


Solution

  • if you use IntelliJ please follow these steps:

    intellij api default

    1. If you're using IntelliJ and Docker, try these steps to fix the issue:
      1. Go to the Services tab in IntelliJ.

      2. Select Docker.

      3. Find the api_default network (or the default network for your container).

    add your machine to that network then click ok

    connect network intellij docker

    then click connect

    finally try use: graphd:9669 to connect to your nebula