GraphStudio Require Login?

I have installed a Tigergraph developer edition on my windows 10 with a docker image. After starting Tigergraph, I tried to start GraphStudio in Chrome http://localhost:4142

however, it asks for login info as an attached screenshot? the first time when the service is up, there is a login requirement, but now it asks for that, how can I solve this problem? thanks!

Aqi

Hi Aqi,

This happens usually because gsql service is down. Please use gadmin status in terminal in your docker to confirm. If it shows gsql service as down, you can use gadmin start gsql’ to bring it up.

Please let us know if problem still exists after that.

Best,

Renchu

Hi Renchu

Thanks for your quick response.

I checked gsql service (see attached screen shot), it is up, however, I have the same problem when start GraphStudio in Chrome, it asked for login info. any other suggestions? thanks!


Aqi

Hi Aqi,

The default GraphStudio port is 14240. Seems you have changed it to 4142. Currently changing TigerGraph configurations require 3 steps: change the config values using gadmin —config; gadmin config-apply; gadmin restart -y. I think you can try to redo step 2 and 3 then refresh Chrome to see if problem still exists.

Best,
Renchu

Renchu

It is not working. But I do found a solution, just remove the container and rebuild it, then it will work… thanks.